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



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

def method
  @method
end

#pathObject

Returns the value of attribute path



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

def path
  @path
end

#procObject

Returns the value of attribute proc



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

def proc
  @proc
end