Class: Mashery::Service
- Inherits:
-
RpcClient::Base
- Object
- RpcClient::Base
- Mashery::Service
- Defined in:
- lib/mashery/service.rb
Instance Attribute Summary collapse
-
#created ⇒ Object
Returns the value of attribute created.
-
#limits ⇒ Object
Returns the value of attribute limits.
-
#name ⇒ Object
Returns the value of attribute name.
-
#object_type ⇒ Object
Returns the value of attribute object_type.
-
#service_key ⇒ Object
Returns the value of attribute service_key.
-
#updated ⇒ Object
Returns the value of attribute updated.
Instance Method Summary collapse
Methods inherited from RpcClient::Base
all, count, find_each, first, #initialize, items, page, select, where
Constructor Details
This class inherits a constructor from Mashery::RpcClient::Base
Instance Attribute Details
#created ⇒ Object
Returns the value of attribute created.
3 4 5 |
# File 'lib/mashery/service.rb', line 3 def created @created end |
#limits ⇒ Object
Returns the value of attribute limits.
3 4 5 |
# File 'lib/mashery/service.rb', line 3 def limits @limits end |
#name ⇒ Object
Returns the value of attribute name.
3 4 5 |
# File 'lib/mashery/service.rb', line 3 def name @name end |
#object_type ⇒ Object
Returns the value of attribute object_type.
3 4 5 |
# File 'lib/mashery/service.rb', line 3 def object_type @object_type end |
#service_key ⇒ Object
Returns the value of attribute service_key.
3 4 5 |
# File 'lib/mashery/service.rb', line 3 def service_key @service_key end |
#updated ⇒ Object
Returns the value of attribute updated.
3 4 5 |
# File 'lib/mashery/service.rb', line 3 def updated @updated end |