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
28 29 30 |
# File 'lib/bcl/component_from_spreadsheet.rb', line 28 def headers @headers end |
#name ⇒ Object
Returns the value of attribute name
28 29 30 |
# File 'lib/bcl/component_from_spreadsheet.rb', line 28 def name @name end |
#row ⇒ Object
Returns the value of attribute row
28 29 30 |
# File 'lib/bcl/component_from_spreadsheet.rb', line 28 def row @row end |
#uid ⇒ Object
Returns the value of attribute uid
28 29 30 |
# File 'lib/bcl/component_from_spreadsheet.rb', line 28 def uid @uid end |
#values ⇒ Object
Returns the value of attribute values
28 29 30 |
# File 'lib/bcl/component_from_spreadsheet.rb', line 28 def values @values end |
#version_id ⇒ Object
Returns the value of attribute version_id
28 29 30 |
# File 'lib/bcl/component_from_spreadsheet.rb', line 28 def version_id @version_id end |