Class: Authlete::Model::TaggedValue
- Defined in:
- lib/authlete/model/tagged-value.rb
Instance Attribute Summary collapse
-
#tag ⇒ Object
Returns the value of attribute tag.
-
#value ⇒ Object
Returns the value of attribute value.
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
#tag ⇒ Object
Returns the value of attribute tag.
24 25 26 |
# File 'lib/authlete/model/tagged-value.rb', line 24 def tag @tag end |
#value ⇒ Object
Returns the value of attribute value.
26 27 28 |
# File 'lib/authlete/model/tagged-value.rb', line 26 def value @value end |