Class: SuperSimpleWorldBuilder::Feature
- Inherits:
-
Struct
- Object
- Struct
- SuperSimpleWorldBuilder::Feature
- Defined in:
- lib/super_simple_world_builder/feature_set.rb
Instance Attribute Summary collapse
-
#filler ⇒ Object
Returns the value of attribute filler.
-
#height ⇒ Object
Returns the value of attribute height.
-
#name ⇒ Object
Returns the value of attribute name.
-
#width ⇒ Object
Returns the value of attribute width.
Instance Attribute Details
#filler ⇒ Object
Returns the value of attribute filler
2 3 4 |
# File 'lib/super_simple_world_builder/feature_set.rb', line 2 def filler @filler end |
#height ⇒ Object
Returns the value of attribute height
2 3 4 |
# File 'lib/super_simple_world_builder/feature_set.rb', line 2 def height @height end |
#name ⇒ Object
Returns the value of attribute name
2 3 4 |
# File 'lib/super_simple_world_builder/feature_set.rb', line 2 def name @name end |
#width ⇒ Object
Returns the value of attribute width
2 3 4 |
# File 'lib/super_simple_world_builder/feature_set.rb', line 2 def width @width end |