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