Class: Ea::Theme::Definition::CompartmentSpec
- Inherits:
-
Struct
- Object
- Struct
- Ea::Theme::Definition::CompartmentSpec
- Defined in:
- lib/ea/theme/definition.rb
Instance Attribute Summary collapse
-
#attr_first_offset ⇒ Object
Returns the value of attribute attr_first_offset.
-
#attr_line_offset ⇒ Object
Returns the value of attribute attr_line_offset.
-
#divider_offset ⇒ Object
Returns the value of attribute divider_offset.
-
#header_line_offset ⇒ Object
Returns the value of attribute header_line_offset.
-
#header_top_padding ⇒ Object
Returns the value of attribute header_top_padding.
-
#op_line_offset ⇒ Object
Returns the value of attribute op_line_offset.
Instance Attribute Details
#attr_first_offset ⇒ Object
Returns the value of attribute attr_first_offset
16 17 18 |
# File 'lib/ea/theme/definition.rb', line 16 def attr_first_offset @attr_first_offset end |
#attr_line_offset ⇒ Object
Returns the value of attribute attr_line_offset
16 17 18 |
# File 'lib/ea/theme/definition.rb', line 16 def attr_line_offset @attr_line_offset end |
#divider_offset ⇒ Object
Returns the value of attribute divider_offset
16 17 18 |
# File 'lib/ea/theme/definition.rb', line 16 def divider_offset @divider_offset end |
#header_line_offset ⇒ Object
Returns the value of attribute header_line_offset
16 17 18 |
# File 'lib/ea/theme/definition.rb', line 16 def header_line_offset @header_line_offset end |
#header_top_padding ⇒ Object
Returns the value of attribute header_top_padding
16 17 18 |
# File 'lib/ea/theme/definition.rb', line 16 def header_top_padding @header_top_padding end |
#op_line_offset ⇒ Object
Returns the value of attribute op_line_offset
16 17 18 |
# File 'lib/ea/theme/definition.rb', line 16 def op_line_offset @op_line_offset end |