Class: BCL::WorksheetStruct
- Inherits:
-
Struct
- Object
- Struct
- BCL::WorksheetStruct
- Defined in:
- lib/bcl/component_from_spreadsheet.rb
Instance Attribute Summary collapse
-
#components ⇒ Object
Returns the value of attribute components.
-
#name ⇒ Object
Returns the value of attribute name.
Instance Attribute Details
#components ⇒ Object
Returns the value of attribute components
12 13 14 |
# File 'lib/bcl/component_from_spreadsheet.rb', line 12 def components @components end |
#name ⇒ Object
Returns the value of attribute name
12 13 14 |
# File 'lib/bcl/component_from_spreadsheet.rb', line 12 def name @name end |