Class: Wfirma::Drivers::Fake::Request

Inherits:
Struct
  • Object
show all
Defined in:
lib/wfirma/drivers/fake.rb

Instance Attribute Summary collapse

Instance Attribute Details

#actionObject

Returns the value of attribute action

Returns:

  • (Object)

    the current value of action



23
24
25
# File 'lib/wfirma/drivers/fake.rb', line 23

def action
  @action
end

#idObject

Returns the value of attribute id

Returns:

  • (Object)

    the current value of id



23
24
25
# File 'lib/wfirma/drivers/fake.rb', line 23

def id
  @id
end

#module_nameObject

Returns the value of attribute module_name

Returns:

  • (Object)

    the current value of module_name



23
24
25
# File 'lib/wfirma/drivers/fake.rb', line 23

def module_name
  @module_name
end

#paramsObject

Returns the value of attribute params

Returns:

  • (Object)

    the current value of params



23
24
25
# File 'lib/wfirma/drivers/fake.rb', line 23

def params
  @params
end

#payloadObject

Returns the value of attribute payload

Returns:

  • (Object)

    the current value of payload



23
24
25
# File 'lib/wfirma/drivers/fake.rb', line 23

def payload
  @payload
end