Class: Ea::Theme::Definition::Geometry
- Inherits:
-
Struct
- Object
- Struct
- Ea::Theme::Definition::Geometry
- Defined in:
- lib/ea/theme/definition.rb
Instance Attribute Summary collapse
-
#inset_bottom ⇒ Object
Returns the value of attribute inset_bottom.
-
#inset_left ⇒ Object
Returns the value of attribute inset_left.
-
#inset_right ⇒ Object
Returns the value of attribute inset_right.
-
#inset_top ⇒ Object
Returns the value of attribute inset_top.
Instance Attribute Details
#inset_bottom ⇒ Object
Returns the value of attribute inset_bottom
12 13 14 |
# File 'lib/ea/theme/definition.rb', line 12 def inset_bottom @inset_bottom end |
#inset_left ⇒ Object
Returns the value of attribute inset_left
12 13 14 |
# File 'lib/ea/theme/definition.rb', line 12 def inset_left @inset_left end |
#inset_right ⇒ Object
Returns the value of attribute inset_right
12 13 14 |
# File 'lib/ea/theme/definition.rb', line 12 def inset_right @inset_right end |
#inset_top ⇒ Object
Returns the value of attribute inset_top
12 13 14 |
# File 'lib/ea/theme/definition.rb', line 12 def inset_top @inset_top end |