Class: Pcrd::Config::AddColumn
- Inherits:
-
Data
- Object
- Data
- Pcrd::Config::AddColumn
- Defined in:
- lib/pcrd/config/add_column.rb
Instance Attribute Summary collapse
-
#default ⇒ Object
readonly
Returns the value of attribute default.
-
#name ⇒ Object
readonly
Returns the value of attribute name.
-
#type ⇒ Object
readonly
Returns the value of attribute type.
Instance Attribute Details
#default ⇒ Object (readonly)
Returns the value of attribute default
5 6 7 |
# File 'lib/pcrd/config/add_column.rb', line 5 def default @default end |
#name ⇒ Object (readonly)
Returns the value of attribute name
5 6 7 |
# File 'lib/pcrd/config/add_column.rb', line 5 def name @name end |
#type ⇒ Object (readonly)
Returns the value of attribute type
5 6 7 |
# File 'lib/pcrd/config/add_column.rb', line 5 def type @type end |