Class: Authlete::Model::Property

Inherits:
Base
  • Object
show all
Includes:
Hashable
Defined in:
lib/authlete/model/property.rb

Instance Attribute Summary collapse

Method Summary

Methods included from Hashable

#to_hash

Methods inherited from Base

parse

Instance Attribute Details

#hiddenObject

Returns the value of attribute hidden.



27
28
29
# File 'lib/authlete/model/property.rb', line 27

def hidden
  @hidden
end

#keyObject

Returns the value of attribute key.



23
24
25
# File 'lib/authlete/model/property.rb', line 23

def key
  @key
end

#valueObject

Returns the value of attribute value.



25
26
27
# File 'lib/authlete/model/property.rb', line 25

def value
  @value
end