Class: QbertBot::Route

Inherits:
Struct
  • Object
show all
Defined in:
lib/qbert_bot/router.rb

Instance Attribute Summary collapse

Instance Attribute Details

#methodObject

Returns the value of attribute method

Returns:

  • (Object)

    the current value of method



2
3
4
# File 'lib/qbert_bot/router.rb', line 2

def method
  @method
end

#pathObject

Returns the value of attribute path

Returns:

  • (Object)

    the current value of path



2
3
4
# File 'lib/qbert_bot/router.rb', line 2

def path
  @path
end

#procObject

Returns the value of attribute proc

Returns:

  • (Object)

    the current value of proc



2
3
4
# File 'lib/qbert_bot/router.rb', line 2

def proc
  @proc
end