Class: Thinreports::SectionReport::Builder::StackViewData::Row

Inherits:
Struct
  • Object
show all
Defined in:
lib/thinreports/section_report/builder/stack_view_data.rb

Instance Attribute Summary collapse

Instance Attribute Details

#itemsObject

Returns the value of attribute items

Returns:

  • (Object)

    the current value of items



7
8
9
# File 'lib/thinreports/section_report/builder/stack_view_data.rb', line 7

def items
  @items
end

#min_heightObject

Returns the value of attribute min_height

Returns:

  • (Object)

    the current value of min_height



7
8
9
# File 'lib/thinreports/section_report/builder/stack_view_data.rb', line 7

def min_height
  @min_height
end

#schemaObject

Returns the value of attribute schema

Returns:

  • (Object)

    the current value of schema



7
8
9
# File 'lib/thinreports/section_report/builder/stack_view_data.rb', line 7

def schema
  @schema
end