Class: Ecoportal::API::V1
- Inherits:
-
Object
- Object
- Ecoportal::API::V1
- Defined in:
- lib/ecoportal/api/v1.rb,
lib/ecoportal/api/v1/people.rb,
lib/ecoportal/api/v1/person.rb,
lib/ecoportal/api/v1/schema_field.rb,
lib/ecoportal/api/v1/person_schema.rb,
lib/ecoportal/api/v1/person_details.rb,
lib/ecoportal/api/v1/person_schemas.rb,
lib/ecoportal/api/v1/schema_field_value.rb
Defined Under Namespace
Classes: People, Person, PersonDetails, PersonSchema, PersonSchemas, SchemaField, SchemaFieldValue
Instance Attribute Summary collapse
-
#client ⇒ Object
readonly
Returns the value of attribute client.
Instance Method Summary collapse
-
#initialize(api_key, host: "live.ecoportal.com") ⇒ V1
constructor
A new instance of V1.
- #people ⇒ Object
- #person_schemas ⇒ Object
Constructor Details
Instance Attribute Details
#client ⇒ Object (readonly)
Returns the value of attribute client.
4 5 6 |
# File 'lib/ecoportal/api/v1.rb', line 4 def client @client end |