Class: Apiary::ApiMethod
- Inherits:
-
Struct
- Object
- Struct
- Apiary::ApiMethod
- Defined in:
- lib/apiary/api_method.rb
Instance Attribute Summary collapse
-
#async ⇒ Object
(also: #async?)
Returns the value of attribute async.
-
#http_method ⇒ Object
Returns the value of attribute http_method.
-
#method ⇒ Object
Returns the value of attribute method.
-
#path ⇒ Object
Returns the value of attribute path.
Instance Attribute Details
#async ⇒ Object Also known as: async?
Returns the value of attribute async
2 3 4 |
# File 'lib/apiary/api_method.rb', line 2 def async @async end |
#http_method ⇒ Object
Returns the value of attribute http_method
2 3 4 |
# File 'lib/apiary/api_method.rb', line 2 def http_method @http_method end |
#method ⇒ Object
Returns the value of attribute method
2 3 4 |
# File 'lib/apiary/api_method.rb', line 2 def method @method end |
#path ⇒ Object
Returns the value of attribute path
2 3 4 |
# File 'lib/apiary/api_method.rb', line 2 def path @path end |