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