Class: Grape::Route

Inherits:
Object
  • Object
show all
Defined in:
lib/grape-swagger/grape/route.rb

Instance Attribute Summary collapse

Instance Method Summary collapse

Instance Attribute Details

#optionsObject (readonly)

Returns the value of attribute options.



15
16
17
# File 'lib/grape-swagger/grape/route.rb', line 15

def options
  @options
end

Instance Method Details

#request_methodObject



11
12
13
# File 'lib/grape-swagger/grape/route.rb', line 11

def request_method
  route_method
end