AerisWeather Python SDK  0.3.2
All Classes Namespaces Files Functions Variables Pages
aerisweather.responses.Response.Response Class Reference

Defines the base Response object for the data returned from the Aeris API. More...

Inheritance diagram for aerisweather.responses.Response.Response:
aerisweather.responses.AlertsResponse.AlertsResponse aerisweather.responses.ForecastsResponse.ForecastsResponse aerisweather.responses.ObservationsResponse.ObservationsResponse aerisweather.responses.ObservationsSummaryResponse.ObservationsSummaryResponse aerisweather.responses.PlacesResponse.PlacesResponse

Public Member Functions

def __init__ (self, json_data=None)
 Constructo. More...
 
def loc (self)
 Returns a location json object. More...
 

Public Attributes

 data
 
 error
 

Static Public Attributes

dictionary data = {}
 

Detailed Description

Defines the base Response object for the data returned from the Aeris API.

Constructor & Destructor Documentation

◆ __init__()

def aerisweather.responses.Response.Response.__init__ (   self,
  json_data = None 
)

Constructo.

Member Function Documentation

◆ loc()

def aerisweather.responses.Response.Response.loc (   self,
  AerisLocation 
)

Returns a location json object.

Member Data Documentation

◆ data [1/2]

dictionary aerisweather.responses.Response.Response.data = {}
static

◆ data [2/2]

aerisweather.responses.Response.Response.data

◆ error

aerisweather.responses.Response.Response.error

The documentation for this class was generated from the following file: