Class: Madmin::Resource::Attribute
- Inherits:
-
Data
- Object
- Data
- Madmin::Resource::Attribute
- Defined in:
- lib/madmin/resource.rb
Instance Attribute Summary collapse
-
#field ⇒ Object
readonly
Returns the value of attribute field.
-
#name ⇒ Object
readonly
Returns the value of attribute name.
-
#type ⇒ Object
readonly
Returns the value of attribute type.
Instance Attribute Details
#field ⇒ Object (readonly)
Returns the value of attribute field
3 4 5 |
# File 'lib/madmin/resource.rb', line 3 def field @field end |
#name ⇒ Object (readonly)
Returns the value of attribute name
3 4 5 |
# File 'lib/madmin/resource.rb', line 3 def name @name end |
#type ⇒ Object (readonly)
Returns the value of attribute type
3 4 5 |
# File 'lib/madmin/resource.rb', line 3 def type @type end |