Class: Mashery::Key
- Inherits:
-
RpcClient::Base
- Object
- RpcClient::Base
- Mashery::Key
- Defined in:
- lib/mashery/key.rb
Instance Attribute Summary collapse
-
#apikey ⇒ Object
Returns the value of attribute apikey.
-
#created ⇒ Object
Returns the value of attribute created.
-
#id ⇒ Object
Returns the value of attribute id.
-
#limits ⇒ Object
Returns the value of attribute limits.
-
#object_type ⇒ Object
Returns the value of attribute object_type.
-
#qps_limit_ceiling ⇒ Object
Returns the value of attribute qps_limit_ceiling.
-
#qps_limit_exempt ⇒ Object
Returns the value of attribute qps_limit_exempt.
-
#rate_limit_ceiling ⇒ Object
Returns the value of attribute rate_limit_ceiling.
-
#rate_limit_exempt ⇒ Object
Returns the value of attribute rate_limit_exempt.
-
#required_referer ⇒ Object
Returns the value of attribute required_referer.
-
#secret ⇒ Object
Returns the value of attribute secret.
-
#service_key ⇒ Object
Returns the value of attribute service_key.
-
#status ⇒ Object
Returns the value of attribute status.
-
#updated ⇒ Object
Returns the value of attribute updated.
-
#username ⇒ Object
Returns the value of attribute username.
Method Summary
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
#apikey ⇒ Object
Returns the value of attribute apikey.
3 4 5 |
# File 'lib/mashery/key.rb', line 3 def apikey @apikey end |
#created ⇒ Object
Returns the value of attribute created.
3 4 5 |
# File 'lib/mashery/key.rb', line 3 def created @created end |
#id ⇒ Object
Returns the value of attribute id.
3 4 5 |
# File 'lib/mashery/key.rb', line 3 def id @id end |
#limits ⇒ Object
Returns the value of attribute limits.
3 4 5 |
# File 'lib/mashery/key.rb', line 3 def limits @limits end |
#object_type ⇒ Object
Returns the value of attribute object_type.
3 4 5 |
# File 'lib/mashery/key.rb', line 3 def object_type @object_type end |
#qps_limit_ceiling ⇒ Object
Returns the value of attribute qps_limit_ceiling.
3 4 5 |
# File 'lib/mashery/key.rb', line 3 def qps_limit_ceiling @qps_limit_ceiling end |
#qps_limit_exempt ⇒ Object
Returns the value of attribute qps_limit_exempt.
3 4 5 |
# File 'lib/mashery/key.rb', line 3 def qps_limit_exempt @qps_limit_exempt end |
#rate_limit_ceiling ⇒ Object
Returns the value of attribute rate_limit_ceiling.
3 4 5 |
# File 'lib/mashery/key.rb', line 3 def rate_limit_ceiling @rate_limit_ceiling end |
#rate_limit_exempt ⇒ Object
Returns the value of attribute rate_limit_exempt.
3 4 5 |
# File 'lib/mashery/key.rb', line 3 def rate_limit_exempt @rate_limit_exempt end |
#required_referer ⇒ Object
Returns the value of attribute required_referer.
3 4 5 |
# File 'lib/mashery/key.rb', line 3 def required_referer @required_referer end |
#secret ⇒ Object
Returns the value of attribute secret.
3 4 5 |
# File 'lib/mashery/key.rb', line 3 def secret @secret end |
#service_key ⇒ Object
Returns the value of attribute service_key.
3 4 5 |
# File 'lib/mashery/key.rb', line 3 def service_key @service_key end |
#status ⇒ Object
Returns the value of attribute status.
3 4 5 |
# File 'lib/mashery/key.rb', line 3 def status @status end |
#updated ⇒ Object
Returns the value of attribute updated.
3 4 5 |
# File 'lib/mashery/key.rb', line 3 def updated @updated end |
#username ⇒ Object
Returns the value of attribute username.
3 4 5 |
# File 'lib/mashery/key.rb', line 3 def username @username end |