Class: Decisive::XLSWithWorksheetsContext::Worksheet

Inherits:
Struct
  • Object
show all
Defined in:
lib/decisive/template_handler.rb

Instance Attribute Summary collapse

Instance Attribute Details

#blockObject

Returns the value of attribute block

Returns:

  • (Object)

    the current value of block



77
78
79
# File 'lib/decisive/template_handler.rb', line 77

def block
  @block
end

#nameObject

Returns the value of attribute name

Returns:

  • (Object)

    the current value of name



77
78
79
# File 'lib/decisive/template_handler.rb', line 77

def name
  @name
end

#recordsObject

Returns the value of attribute records

Returns:

  • (Object)

    the current value of records



77
78
79
# File 'lib/decisive/template_handler.rb', line 77

def records
  @records
end