Class: Ea::Theme::Definition::NoteSpec

Inherits:
Struct
  • Object
show all
Defined in:
lib/ea/theme/definition.rb

Instance Attribute Summary collapse

Instance Attribute Details

#fold_sizeObject

Returns the value of attribute fold_size

Returns:

  • (Object)

    the current value of fold_size



26
27
28
# File 'lib/ea/theme/definition.rb', line 26

def fold_size
  @fold_size
end

#line_heightObject

Returns the value of attribute line_height

Returns:

  • (Object)

    the current value of line_height



26
27
28
# File 'lib/ea/theme/definition.rb', line 26

def line_height
  @line_height
end

#text_x_offsetObject

Returns the value of attribute text_x_offset

Returns:

  • (Object)

    the current value of text_x_offset



26
27
28
# File 'lib/ea/theme/definition.rb', line 26

def text_x_offset
  @text_x_offset
end

#text_y_offsetObject

Returns the value of attribute text_y_offset

Returns:

  • (Object)

    the current value of text_y_offset



26
27
28
# File 'lib/ea/theme/definition.rb', line 26

def text_y_offset
  @text_y_offset
end