Class: Authlete::Model::Scope
- Defined in:
- lib/authlete/model/scope.rb
Instance Attribute Summary collapse
-
#attributes ⇒ Object
Returns the value of attribute attributes.
-
#defaultEntry ⇒ Object
(also: #default_entry)
Returns the value of attribute defaultEntry.
-
#description ⇒ Object
Returns the value of attribute description.
-
#descriptions ⇒ Object
Returns the value of attribute descriptions.
-
#name ⇒ Object
Returns the value of attribute name.
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
#attributes ⇒ Object
Returns the value of attribute attributes.
34 35 36 |
# File 'lib/authlete/model/scope.rb', line 34 def attributes @attributes end |
#defaultEntry ⇒ Object Also known as: default_entry
Returns the value of attribute defaultEntry.
26 27 28 |
# File 'lib/authlete/model/scope.rb', line 26 def defaultEntry @defaultEntry end |
#description ⇒ Object
Returns the value of attribute description.
30 31 32 |
# File 'lib/authlete/model/scope.rb', line 30 def description @description end |
#descriptions ⇒ Object
Returns the value of attribute descriptions.
32 33 34 |
# File 'lib/authlete/model/scope.rb', line 32 def descriptions @descriptions end |
#name ⇒ Object
Returns the value of attribute name.
24 25 26 |
# File 'lib/authlete/model/scope.rb', line 24 def name @name end |