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