Class: WorksheetStruct
- Inherits:
-
Struct
- Object
- Struct
- WorksheetStruct
- Defined in:
- lib/bcl.rb
Overview
Some global structures
Instance Attribute Summary collapse
-
#components ⇒ Object
Returns the value of attribute components.
-
#name ⇒ Object
Returns the value of attribute name.
Instance Attribute Details
#components ⇒ Object
Returns the value of attribute components
57 58 59 |
# File 'lib/bcl.rb', line 57 def components @components end |
#name ⇒ Object
Returns the value of attribute name
57 58 59 |
# File 'lib/bcl.rb', line 57 def name @name end |