Class: Attribute
- Inherits:
-
Struct
- Object
- Struct
- Attribute
- Defined in:
- lib/commands/resource.rb
Instance Attribute Summary collapse
-
#data_type ⇒ Object
Returns the value of attribute data_type.
-
#name ⇒ Object
Returns the value of attribute name.
Instance Attribute Details
#data_type ⇒ Object
Returns the value of attribute data_type
8 9 10 |
# File 'lib/commands/resource.rb', line 8 def data_type @data_type end |
#name ⇒ Object
Returns the value of attribute name
8 9 10 |
# File 'lib/commands/resource.rb', line 8 def name @name end |