Class: ETL::Parser::ExcelParser::Field
- Defined in:
- lib/etl/parser/excel_parser.rb
Overview
:nodoc:
Instance Attribute Summary collapse
-
#name ⇒ Object
readonly
Returns the value of attribute name.
Instance Method Summary collapse
-
#initialize(name) ⇒ Field
constructor
A new instance of Field.
Constructor Details
#initialize(name) ⇒ Field
Returns a new instance of Field.
105 106 107 |
# File 'lib/etl/parser/excel_parser.rb', line 105 def initialize(name) @name = name end |
Instance Attribute Details
#name ⇒ Object (readonly)
Returns the value of attribute name.
104 105 106 |
# File 'lib/etl/parser/excel_parser.rb', line 104 def name @name end |