Class: SuperSimpleWorldBuilder::Feature

Inherits:
Struct
  • Object
show all
Defined in:
lib/super_simple_world_builder/feature_set.rb

Instance Attribute Summary collapse

Instance Attribute Details

#fillerObject

Returns the value of attribute filler

Returns:

  • (Object)

    the current value of filler



2
3
4
# File 'lib/super_simple_world_builder/feature_set.rb', line 2

def filler
  @filler
end

#heightObject

Returns the value of attribute height

Returns:

  • (Object)

    the current value of height



2
3
4
# File 'lib/super_simple_world_builder/feature_set.rb', line 2

def height
  @height
end

#nameObject

Returns the value of attribute name

Returns:

  • (Object)

    the current value of name



2
3
4
# File 'lib/super_simple_world_builder/feature_set.rb', line 2

def name
  @name
end

#widthObject

Returns the value of attribute width

Returns:

  • (Object)

    the current value of width



2
3
4
# File 'lib/super_simple_world_builder/feature_set.rb', line 2

def width
  @width
end