Class: Acb::MasterColumn
- Inherits:
-
Object
- Object
- Acb::MasterColumn
- Defined in:
- lib/acb/master_column.rb
Instance Attribute Summary collapse
-
#key ⇒ Object
readonly
Returns the value of attribute key.
Instance Method Summary collapse
-
#initialize(key, **options) ⇒ MasterColumn
constructor
A new instance of MasterColumn.
- #to_column(name) ⇒ Object
Constructor Details
#initialize(key, **options) ⇒ MasterColumn
Returns a new instance of MasterColumn.
7 8 9 10 |
# File 'lib/acb/master_column.rb', line 7 def initialize(key, **) @key = key @options = end |
Instance Attribute Details
#key ⇒ Object (readonly)
Returns the value of attribute key.
5 6 7 |
# File 'lib/acb/master_column.rb', line 5 def key @key end |