Class: Ea::Theme::Definition::PackageSpec

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

Instance Attribute Summary collapse

Instance Attribute Details

#default_tab_widthObject

Returns the value of attribute default_tab_width

Returns:

  • (Object)

    the current value of default_tab_width



24
25
26
# File 'lib/ea/theme/definition.rb', line 24

def default_tab_width
  @default_tab_width
end

#tab_heightObject

Returns the value of attribute tab_height

Returns:

  • (Object)

    the current value of tab_height



24
25
26
# File 'lib/ea/theme/definition.rb', line 24

def tab_height
  @tab_height
end

#tab_label_paddingObject

Returns the value of attribute tab_label_padding

Returns:

  • (Object)

    the current value of tab_label_padding



24
25
26
# File 'lib/ea/theme/definition.rb', line 24

def tab_label_padding
  @tab_label_padding
end