Class: BCL::HeaderStruct

Inherits:
Struct
  • Object
show all
Defined in:
lib/bcl/component_from_spreadsheet.rb

Instance Attribute Summary collapse

Instance Attribute Details

#childrenObject

Returns the value of attribute children

Returns:

  • (Object)

    the current value of children



13
14
15
# File 'lib/bcl/component_from_spreadsheet.rb', line 13

def children
  @children
end

#nameObject

Returns the value of attribute name

Returns:

  • (Object)

    the current value of name



13
14
15
# File 'lib/bcl/component_from_spreadsheet.rb', line 13

def name
  @name
end