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

Returns:

  • (Object)

    the current value of method



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

def method
  @method
end

#nameObject

Returns the value of attribute name

Returns:

  • (Object)

    the current value of name



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

def name
  @name
end

#pathObject

Returns the value of attribute path

Returns:

  • (Object)

    the current value of path



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

def path
  @path
end

#responseObject

Returns the value of attribute response

Returns:

  • (Object)

    the current value of 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

Returns:

  • (Object)

    the current value of uri_params



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

def uri_params
  @uri_params
end