Class: BCL::ComponentStruct

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

Instance Attribute Summary collapse

Instance Attribute Details

#headersObject

Returns the value of attribute headers

Returns:

  • (Object)

    the current value of headers



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

def headers
  @headers
end

#nameObject

Returns the value of attribute name

Returns:

  • (Object)

    the current value of name



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

def name
  @name
end

#rowObject

Returns the value of attribute row

Returns:

  • (Object)

    the current value of row



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

def row
  @row
end

#uidObject

Returns the value of attribute uid

Returns:

  • (Object)

    the current value of uid



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

def uid
  @uid
end

#valuesObject

Returns the value of attribute values

Returns:

  • (Object)

    the current value of values



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

def values
  @values
end

#version_idObject

Returns the value of attribute version_id

Returns:

  • (Object)

    the current value of version_id



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

def version_id
  @version_id
end