Class: Restool::Settings::Models::Operation
- Inherits:
-
Struct
- Object
- Struct
- Restool::Settings::Models::Operation
- Defined in:
- lib/restool/settings/models.rb
Instance Attribute Summary collapse
-
#method ⇒ Object
Returns the value of attribute method.
-
#name ⇒ Object
Returns the value of attribute name.
-
#path ⇒ Object
Returns the value of attribute path.
-
#response ⇒ Object
Returns the value of attribute response.
-
#uri_params ⇒ Object
Returns the value of attribute uri_params.
Instance Attribute Details
#method ⇒ Object
Returns the value of attribute method
5 6 7 |
# File 'lib/restool/settings/models.rb', line 5 def method @method end |
#name ⇒ Object
Returns the value of attribute name
5 6 7 |
# File 'lib/restool/settings/models.rb', line 5 def name @name end |
#path ⇒ Object
Returns the value of attribute path
5 6 7 |
# File 'lib/restool/settings/models.rb', line 5 def path @path end |
#response ⇒ Object
Returns the value of attribute response
5 6 7 |
# File 'lib/restool/settings/models.rb', line 5 def response @response end |
#uri_params ⇒ Object
Returns the value of attribute uri_params
5 6 7 |
# File 'lib/restool/settings/models.rb', line 5 def uri_params @uri_params end |