Class: Restool::Settings::Models::Operation

Inherits:
Struct
  • Object
show all
Defined in:
lib/restool/settings/models.rb

Instance Attribute Summary collapse

Instance Attribute Details

#methodObject

Returns the value of attribute method



5
6
7
# File 'lib/restool/settings/models.rb', line 5

def method
  @method
end

#nameObject

Returns the value of attribute name



5
6
7
# File 'lib/restool/settings/models.rb', line 5

def name
  @name
end

#pathObject

Returns the value of attribute path



5
6
7
# File 'lib/restool/settings/models.rb', line 5

def path
  @path
end

#responseObject

Returns the value of attribute response



5
6
7
# File 'lib/restool/settings/models.rb', line 5

def response
  @response
end

#uri_paramsObject

Returns the value of attribute uri_params



5
6
7
# File 'lib/restool/settings/models.rb', line 5

def uri_params
  @uri_params
end