Class: Grape::Route
- Inherits:
-
Object
- Object
- Grape::Route
- Defined in:
- lib/grape-swagger/grape/route.rb
Instance Attribute Summary collapse
-
#options ⇒ Object
readonly
Returns the value of attribute options.
Instance Method Summary collapse
Instance Attribute Details
#options ⇒ Object (readonly)
Returns the value of attribute options.
15 16 17 |
# File 'lib/grape-swagger/grape/route.rb', line 15 def @options end |
Instance Method Details
#request_method ⇒ Object
11 12 13 |
# File 'lib/grape-swagger/grape/route.rb', line 11 def request_method route_method end |