Class: Decisive::RenderXLSContext::Worksheet
- Inherits:
-
Struct
- Object
- Struct
- Decisive::RenderXLSContext::Worksheet
- Defined in:
- lib/decisive/render_xls_context.rb
Instance Attribute Summary collapse
-
#block ⇒ Object
Returns the value of attribute block.
-
#name ⇒ Object
Returns the value of attribute name.
-
#records ⇒ Object
Returns the value of attribute records.
Instance Attribute Details
#block ⇒ Object
Returns the value of attribute block
6 7 8 |
# File 'lib/decisive/render_xls_context.rb', line 6 def block @block end |
#name ⇒ Object
Returns the value of attribute name
6 7 8 |
# File 'lib/decisive/render_xls_context.rb', line 6 def name @name end |
#records ⇒ Object
Returns the value of attribute records
6 7 8 |
# File 'lib/decisive/render_xls_context.rb', line 6 def records @records end |