Class: Ea::Theme::Definition::NoteSpec
- Inherits:
-
Struct
- Object
- Struct
- Ea::Theme::Definition::NoteSpec
- Defined in:
- lib/ea/theme/definition.rb
Instance Attribute Summary collapse
-
#fold_size ⇒ Object
Returns the value of attribute fold_size.
-
#line_height ⇒ Object
Returns the value of attribute line_height.
-
#text_x_offset ⇒ Object
Returns the value of attribute text_x_offset.
-
#text_y_offset ⇒ Object
Returns the value of attribute text_y_offset.
Instance Attribute Details
#fold_size ⇒ Object
Returns the value of attribute fold_size
26 27 28 |
# File 'lib/ea/theme/definition.rb', line 26 def fold_size @fold_size end |
#line_height ⇒ Object
Returns the value of attribute line_height
26 27 28 |
# File 'lib/ea/theme/definition.rb', line 26 def line_height @line_height end |
#text_x_offset ⇒ Object
Returns the value of attribute text_x_offset
26 27 28 |
# File 'lib/ea/theme/definition.rb', line 26 def text_x_offset @text_x_offset end |
#text_y_offset ⇒ Object
Returns the value of attribute text_y_offset
26 27 28 |
# File 'lib/ea/theme/definition.rb', line 26 def text_y_offset @text_y_offset end |