Class: Ea::Theme::Definition::PackageSpec
- Inherits:
-
Struct
- Object
- Struct
- Ea::Theme::Definition::PackageSpec
- Defined in:
- lib/ea/theme/definition.rb
Instance Attribute Summary collapse
-
#default_tab_width ⇒ Object
Returns the value of attribute default_tab_width.
-
#tab_height ⇒ Object
Returns the value of attribute tab_height.
-
#tab_label_padding ⇒ Object
Returns the value of attribute tab_label_padding.
Instance Attribute Details
#default_tab_width ⇒ Object
Returns the value of attribute default_tab_width
24 25 26 |
# File 'lib/ea/theme/definition.rb', line 24 def default_tab_width @default_tab_width end |
#tab_height ⇒ Object
Returns the value of attribute tab_height
24 25 26 |
# File 'lib/ea/theme/definition.rb', line 24 def tab_height @tab_height end |
#tab_label_padding ⇒ Object
Returns the value of attribute tab_label_padding
24 25 26 |
# File 'lib/ea/theme/definition.rb', line 24 def tab_label_padding @tab_label_padding end |