Class: Thinreports::BasicReport::Core::Shape::Basic::Format

Inherits:
Format::Base
  • Object
show all
Includes:
Utils
Defined in:
lib/thinreports/basic_report/core/shape/basic/format.rb

Instance Method Summary collapse

Methods included from Utils

#blank_value?, #call_block_in, #deep_copy, included

Methods inherited from Format::Base

#attributes, config_accessor, config_checker, config_reader, config_writer, #initialize

Constructor Details

This class inherits a constructor from Thinreports::BasicReport::Core::Format::Base

Instance Method Details

#affect_bottom_margin?Boolean

Returns:

  • (Boolean)


16
17
18
# File 'lib/thinreports/basic_report/core/shape/basic/format.rb', line 16

def affect_bottom_margin?
  attributes.fetch('affect-bottom-margin', true)
end