class Authlete::Model::TaggedValue
Attributes
Private Instance Methods
Source
# File lib/authlete/model/tagged-value.rb, line 30 def defaults { tag: nil, value: nil } end
Source
# File lib/authlete/model/tagged-value.rb, line 37 def set_params(hash) @tag = hash[:tag] @value = hash[:value] end