Class: Authlete::Model::Property
- Includes:
- Hashable
- Defined in:
- lib/authlete/model/property.rb
Instance Attribute Summary collapse
-
#hidden ⇒ Object
Returns the value of attribute hidden.
-
#key ⇒ Object
Returns the value of attribute key.
-
#value ⇒ Object
Returns the value of attribute value.
Method Summary
Methods included from Hashable
Methods inherited from Base
Instance Attribute Details
#hidden ⇒ Object
Returns the value of attribute hidden.
27 28 29 |
# File 'lib/authlete/model/property.rb', line 27 def hidden @hidden end |
#key ⇒ Object
Returns the value of attribute key.
23 24 25 |
# File 'lib/authlete/model/property.rb', line 23 def key @key end |
#value ⇒ Object
Returns the value of attribute value.
25 26 27 |
# File 'lib/authlete/model/property.rb', line 25 def value @value end |