Class: Authlete::Model::ServiceOwner
- Defined in:
- lib/authlete/model/service-owner.rb
Instance Attribute Summary collapse
-
#apiKey ⇒ Object
(also: #api_key)
Returns the value of attribute apiKey.
-
#apiSecret ⇒ Object
(also: #api_secret)
Returns the value of attribute apiSecret.
-
#email ⇒ Object
Returns the value of attribute email.
-
#loginId ⇒ Object
(also: #login_id)
Returns the value of attribute loginId.
-
#name ⇒ Object
Returns the value of attribute name.
-
#number ⇒ Object
Returns the value of attribute number.
-
#plan ⇒ Object
Returns the value of attribute plan.
Method Summary
Methods included from Utility
#extract_access_token, #get_parsed_array, #to_rack_response_json, #to_rack_response_www_authenticate
Methods included from Hashable
Methods inherited from Base
Instance Attribute Details
#apiKey ⇒ Object Also known as: api_key
Returns the value of attribute apiKey.
34 35 36 |
# File 'lib/authlete/model/service-owner.rb', line 34 def apiKey @apiKey end |
#apiSecret ⇒ Object Also known as: api_secret
Returns the value of attribute apiSecret.
38 39 40 |
# File 'lib/authlete/model/service-owner.rb', line 38 def apiSecret @apiSecret end |
#email ⇒ Object
Returns the value of attribute email.
28 29 30 |
# File 'lib/authlete/model/service-owner.rb', line 28 def email @email end |
#loginId ⇒ Object Also known as: login_id
Returns the value of attribute loginId.
30 31 32 |
# File 'lib/authlete/model/service-owner.rb', line 30 def loginId @loginId end |
#name ⇒ Object
Returns the value of attribute name.
26 27 28 |
# File 'lib/authlete/model/service-owner.rb', line 26 def name @name end |
#number ⇒ Object
Returns the value of attribute number.
24 25 26 |
# File 'lib/authlete/model/service-owner.rb', line 24 def number @number end |
#plan ⇒ Object
Returns the value of attribute plan.
42 43 44 |
# File 'lib/authlete/model/service-owner.rb', line 42 def plan @plan end |