Class: BCL::ComponentStruct
- Inherits:
-
Struct
- Object
- Struct
- BCL::ComponentStruct
- Defined in:
- lib/bcl/component_from_spreadsheet.rb
Instance Attribute Summary collapse
-
#headers ⇒ Object
Returns the value of attribute headers.
-
#name ⇒ Object
Returns the value of attribute name.
-
#row ⇒ Object
Returns the value of attribute row.
-
#uid ⇒ Object
Returns the value of attribute uid.
-
#values ⇒ Object
Returns the value of attribute values.
-
#version_id ⇒ Object
Returns the value of attribute version_id.
Instance Attribute Details
#headers ⇒ Object
Returns the value of attribute headers
44 45 46 |
# File 'lib/bcl/component_from_spreadsheet.rb', line 44 def headers @headers end |
#name ⇒ Object
Returns the value of attribute name
44 45 46 |
# File 'lib/bcl/component_from_spreadsheet.rb', line 44 def name @name end |
#row ⇒ Object
Returns the value of attribute row
44 45 46 |
# File 'lib/bcl/component_from_spreadsheet.rb', line 44 def row @row end |
#uid ⇒ Object
Returns the value of attribute uid
44 45 46 |
# File 'lib/bcl/component_from_spreadsheet.rb', line 44 def uid @uid end |
#values ⇒ Object
Returns the value of attribute values
44 45 46 |
# File 'lib/bcl/component_from_spreadsheet.rb', line 44 def values @values end |
#version_id ⇒ Object
Returns the value of attribute version_id
44 45 46 |
# File 'lib/bcl/component_from_spreadsheet.rb', line 44 def version_id @version_id end |