RAPP Platform API
 All Classes Namespaces Files Functions Variables Typedefs
RappCloud.CloudMsgs.Geolocation.Geolocation.Request Class Reference
Inheritance diagram for RappCloud.CloudMsgs.Geolocation.Geolocation.Request:
Collaboration diagram for RappCloud.CloudMsgs.Geolocation.Geolocation.Request:

Public Member Functions

def __init__
 Constructor. More...
 
def make_files
 
def make_payload
 

Public Attributes

 engine
 Engine to use. More...
 
 ipaddr
 The machine's ipv4 address. More...
 

Detailed Description

Geolocation Cloud Request object.

Geolocation.Request

Definition at line 14 of file Geolocation.py.

Constructor & Destructor Documentation

def RappCloud.CloudMsgs.Geolocation.Geolocation.Request.__init__ (   self,
  kwargs 
)

Constructor.

Parameters
**kwargs- Keyword arguments. Apply values to the request attributes.

Definition at line 19 of file Geolocation.py.

Member Function Documentation

def RappCloud.CloudMsgs.Geolocation.Geolocation.Request.make_files (   self)
Create and return Array of File objects of the Request. 

Definition at line 42 of file Geolocation.py.

def RappCloud.CloudMsgs.Geolocation.Geolocation.Request.make_payload (   self)
Create and return the Payload of the Request. 

Definition at line 35 of file Geolocation.py.

Member Data Documentation

RappCloud.CloudMsgs.Geolocation.Geolocation.Request.engine

Engine to use.

Defaults to 'ip-api' (Currently the only supported).

Definition at line 31 of file Geolocation.py.

RappCloud.CloudMsgs.Geolocation.Geolocation.Request.ipaddr

The machine's ipv4 address.

Definition at line 29 of file Geolocation.py.


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