Class: Barely::Column
- Inherits:
-
Struct
- Object
- Struct
- Barely::Column
- Defined in:
- lib/barely.rb
Instance Attribute Summary collapse
-
#name ⇒ Object
Returns the value of attribute name.
-
#type ⇒ Object
Returns the value of attribute type.
Instance Attribute Details
#name ⇒ Object
Returns the value of attribute name
7 8 9 |
# File 'lib/barely.rb', line 7 def name @name end |
#type ⇒ Object
Returns the value of attribute type
7 8 9 |
# File 'lib/barely.rb', line 7 def type @type end |