Class: Ea::Theme::Definition::FrameSpec
- Inherits:
-
Struct
- Object
- Struct
- Ea::Theme::Definition::FrameSpec
- Defined in:
- lib/ea/theme/definition.rb
Instance Attribute Summary collapse
-
#inset ⇒ Object
Returns the value of attribute inset.
-
#tab_height ⇒ Object
Returns the value of attribute tab_height.
-
#tab_label_x ⇒ Object
Returns the value of attribute tab_label_x.
-
#tab_label_y ⇒ Object
Returns the value of attribute tab_label_y.
-
#tab_padding ⇒ Object
Returns the value of attribute tab_padding.
-
#tab_slant ⇒ Object
Returns the value of attribute tab_slant.
Instance Attribute Details
#inset ⇒ Object
Returns the value of attribute inset
14 15 16 |
# File 'lib/ea/theme/definition.rb', line 14 def inset @inset end |
#tab_height ⇒ Object
Returns the value of attribute tab_height
14 15 16 |
# File 'lib/ea/theme/definition.rb', line 14 def tab_height @tab_height end |
#tab_label_x ⇒ Object
Returns the value of attribute tab_label_x
14 15 16 |
# File 'lib/ea/theme/definition.rb', line 14 def tab_label_x @tab_label_x end |
#tab_label_y ⇒ Object
Returns the value of attribute tab_label_y
14 15 16 |
# File 'lib/ea/theme/definition.rb', line 14 def tab_label_y @tab_label_y end |
#tab_padding ⇒ Object
Returns the value of attribute tab_padding
14 15 16 |
# File 'lib/ea/theme/definition.rb', line 14 def tab_padding @tab_padding end |
#tab_slant ⇒ Object
Returns the value of attribute tab_slant
14 15 16 |
# File 'lib/ea/theme/definition.rb', line 14 def tab_slant @tab_slant end |