Class: Restool::Settings::Models::RepresentationField
- Inherits:
-
Struct
- Object
- Struct
- Restool::Settings::Models::RepresentationField
- Defined in:
- lib/restool/settings/models.rb
Instance Attribute Summary collapse
-
#key ⇒ Object
Returns the value of attribute key.
-
#metonym ⇒ Object
Returns the value of attribute metonym.
-
#type ⇒ Object
Returns the value of attribute type.
Instance Attribute Details
#key ⇒ Object
Returns the value of attribute key
9 10 11 |
# File 'lib/restool/settings/models.rb', line 9 def key @key end |
#metonym ⇒ Object
Returns the value of attribute metonym
9 10 11 |
# File 'lib/restool/settings/models.rb', line 9 def metonym @metonym end |
#type ⇒ Object
Returns the value of attribute type
9 10 11 |
# File 'lib/restool/settings/models.rb', line 9 def type @type end |