Class: Ea::Theme::Definition::Geometry

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

Instance Attribute Summary collapse

Instance Attribute Details

#inset_bottomObject

Returns the value of attribute inset_bottom

Returns:

  • (Object)

    the current value of inset_bottom



12
13
14
# File 'lib/ea/theme/definition.rb', line 12

def inset_bottom
  @inset_bottom
end

#inset_leftObject

Returns the value of attribute inset_left

Returns:

  • (Object)

    the current value of inset_left



12
13
14
# File 'lib/ea/theme/definition.rb', line 12

def inset_left
  @inset_left
end

#inset_rightObject

Returns the value of attribute inset_right

Returns:

  • (Object)

    the current value of inset_right



12
13
14
# File 'lib/ea/theme/definition.rb', line 12

def inset_right
  @inset_right
end

#inset_topObject

Returns the value of attribute inset_top

Returns:

  • (Object)

    the current value of inset_top



12
13
14
# File 'lib/ea/theme/definition.rb', line 12

def inset_top
  @inset_top
end