Class: Decisive::XLSWithWorksheetsContext::Worksheet
- Inherits:
-
Struct
- Object
- Struct
- Decisive::XLSWithWorksheetsContext::Worksheet
- Defined in:
- lib/decisive/template_handler.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
77 78 79 |
# File 'lib/decisive/template_handler.rb', line 77 def block @block end |
#name ⇒ Object
Returns the value of attribute name
77 78 79 |
# File 'lib/decisive/template_handler.rb', line 77 def name @name end |
#records ⇒ Object
Returns the value of attribute records
77 78 79 |
# File 'lib/decisive/template_handler.rb', line 77 def records @records end |