Class: BCL::WorksheetStruct

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

Instance Attribute Summary collapse

Instance Attribute Details

#componentsObject

Returns the value of attribute components

Returns:

  • (Object)

    the current value of components



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

def components
  @components
end

#nameObject

Returns the value of attribute name

Returns:

  • (Object)

    the current value of name



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

def name
  @name
end