Method: Usher::Route::RequestMethod#initialize
- Defined in:
- lib/usher/route/request_method.rb
#initialize(type, value) ⇒ RequestMethod
Returns a new instance of RequestMethod.
7 8 9 10 |
# File 'lib/usher/route/request_method.rb', line 7 def initialize(type, value) @type = type @value = value end |