Class: Mashery::Key

Inherits:
RpcClient::Base show all
Defined in:
lib/mashery/key.rb

Instance Attribute Summary collapse

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

#apikeyObject

Returns the value of attribute apikey.



3
4
5
# File 'lib/mashery/key.rb', line 3

def apikey
  @apikey
end

#createdObject

Returns the value of attribute created.



3
4
5
# File 'lib/mashery/key.rb', line 3

def created
  @created
end

#idObject

Returns the value of attribute id.



3
4
5
# File 'lib/mashery/key.rb', line 3

def id
  @id
end

#limitsObject

Returns the value of attribute limits.



3
4
5
# File 'lib/mashery/key.rb', line 3

def limits
  @limits
end

#object_typeObject

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_ceilingObject

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_exemptObject

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_ceilingObject

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_exemptObject

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_refererObject

Returns the value of attribute required_referer.



3
4
5
# File 'lib/mashery/key.rb', line 3

def required_referer
  @required_referer
end

#secretObject

Returns the value of attribute secret.



3
4
5
# File 'lib/mashery/key.rb', line 3

def secret
  @secret
end

#service_keyObject

Returns the value of attribute service_key.



3
4
5
# File 'lib/mashery/key.rb', line 3

def service_key
  @service_key
end

#statusObject

Returns the value of attribute status.



3
4
5
# File 'lib/mashery/key.rb', line 3

def status
  @status
end

#updatedObject

Returns the value of attribute updated.



3
4
5
# File 'lib/mashery/key.rb', line 3

def updated
  @updated
end

#usernameObject

Returns the value of attribute username.



3
4
5
# File 'lib/mashery/key.rb', line 3

def username
  @username
end