Class: Decisive::RenderXLSContext::Worksheet

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

Instance Attribute Summary collapse

Instance Attribute Details

#block ⇒ Object

Returns the value of attribute block

Returns:

  • (Object) —

    the current value of 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

Returns:

  • (Object) —

    the current value of 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

Returns:

  • (Object) —

    the current value of records



6
7
8
# File 'lib/decisive/render_xls_context.rb', line 6

def records
  @records
end