Module: Essential
- Includes:
- Client
- Defined in:
- lib/essential.rb,
lib/essential/client.rb,
lib/essential/account.rb,
lib/essential/version.rb,
lib/essential/resource.rb,
lib/essential/resource/list.rb,
lib/essential/resource/create.rb,
lib/essential/resource/delete.rb,
lib/essential/resource/update.rb,
lib/essential/errors/api_error.rb,
lib/essential/resource/attr_methods.rb,
lib/essential/resource/attr_relations.rb,
lib/essential/resource/paginator_proxy.rb
Defined Under Namespace
Modules: Client, Messaging Classes: APIError, Account, Resource
Constant Summary collapse
- VERSION =
'0.10.0'.freeze
Class Attribute Summary collapse
-
.api_base ⇒ Object
Returns the value of attribute api_base.
-
.sid ⇒ Object
Returns the value of attribute sid.
-
.token ⇒ Object
Returns the value of attribute token.
-
.utc_offset ⇒ Object
Returns the value of attribute utc_offset.
Method Summary
Methods included from Client
Class Attribute Details
.api_base ⇒ Object
Returns the value of attribute api_base.
27 28 29 |
# File 'lib/essential.rb', line 27 def api_base @api_base end |
.sid ⇒ Object
Returns the value of attribute sid.
27 28 29 |
# File 'lib/essential.rb', line 27 def sid @sid end |
.token ⇒ Object
Returns the value of attribute token.
27 28 29 |
# File 'lib/essential.rb', line 27 def token @token end |
.utc_offset ⇒ Object
Returns the value of attribute utc_offset.
27 28 29 |
# File 'lib/essential.rb', line 27 def utc_offset @utc_offset end |