Class: MineSkin::Cuboid
- Inherits:
-
Struct
- Object
- Struct
- MineSkin::Cuboid
- Defined in:
- lib/mineskin/types.rb
Instance Attribute Summary collapse
-
#back ⇒ Object
Returns the value of attribute back.
-
#bottom ⇒ Object
Returns the value of attribute bottom.
-
#front ⇒ Object
Returns the value of attribute front.
-
#left ⇒ Object
Returns the value of attribute left.
-
#right ⇒ Object
Returns the value of attribute right.
-
#top ⇒ Object
Returns the value of attribute top.
Instance Attribute Details
#back ⇒ Object
Returns the value of attribute back
2 3 4 |
# File 'lib/mineskin/types.rb', line 2 def back @back end |
#bottom ⇒ Object
Returns the value of attribute bottom
2 3 4 |
# File 'lib/mineskin/types.rb', line 2 def bottom @bottom end |
#front ⇒ Object
Returns the value of attribute front
2 3 4 |
# File 'lib/mineskin/types.rb', line 2 def front @front end |
#left ⇒ Object
Returns the value of attribute left
2 3 4 |
# File 'lib/mineskin/types.rb', line 2 def left @left end |
#right ⇒ Object
Returns the value of attribute right
2 3 4 |
# File 'lib/mineskin/types.rb', line 2 def right @right end |
#top ⇒ Object
Returns the value of attribute top
2 3 4 |
# File 'lib/mineskin/types.rb', line 2 def top @top end |