Class: RbSnake::Models::Food::RenderedElement

Inherits:
Struct
  • Object
show all
Defined in:
lib/rb_snake/models/food.rb

Instance Attribute Summary collapse

Instance Attribute Details

#elemObject

Returns the value of attribute elem

Returns:

  • (Object)

    the current value of elem



10
11
12
# File 'lib/rb_snake/models/food.rb', line 10

def elem
  @elem
end

#locationObject

Returns the value of attribute location

Returns:

  • (Object)

    the current value of location



10
11
12
# File 'lib/rb_snake/models/food.rb', line 10

def location
  @location
end