Class: RFunk::AttributeType
- Inherits:
-
Struct
- Object
- Struct
- RFunk::AttributeType
- Defined in:
- lib/rfunk/attribute/attribute_type.rb
Instance Attribute Summary collapse
-
#name ⇒ Object
Returns the value of attribute name.
-
#options ⇒ Object
Returns the value of attribute options.
-
#type ⇒ Object
Returns the value of attribute type.
Instance Attribute Details
#name ⇒ Object
Returns the value of attribute name
2 3 4 |
# File 'lib/rfunk/attribute/attribute_type.rb', line 2 def name @name end |
#options ⇒ Object
Returns the value of attribute options
2 3 4 |
# File 'lib/rfunk/attribute/attribute_type.rb', line 2 def @options end |
#type ⇒ Object
Returns the value of attribute type
2 3 4 |
# File 'lib/rfunk/attribute/attribute_type.rb', line 2 def type @type end |