Class: Authlete::Model::TaggedValue

Inherits:
Base
  • Object
show all
Includes:
Hashable, Utility
Defined in:
lib/authlete/model/tagged-value.rb

Instance Attribute Summary collapse

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

#to_hash

Methods inherited from Base

parse

Instance Attribute Details

#tagObject

Returns the value of attribute tag.



24
25
26
# File 'lib/authlete/model/tagged-value.rb', line 24

def tag
  @tag
end

#valueObject

Returns the value of attribute value.



26
27
28
# File 'lib/authlete/model/tagged-value.rb', line 26

def value
  @value
end