Class: Wfirma::Drivers::Fake::Request
- Inherits:
-
Struct
- Object
- Struct
- Wfirma::Drivers::Fake::Request
- Defined in:
- lib/wfirma/drivers/fake.rb
Instance Attribute Summary collapse
-
#action ⇒ Object
Returns the value of attribute action.
-
#id ⇒ Object
Returns the value of attribute id.
-
#module_name ⇒ Object
Returns the value of attribute module_name.
-
#params ⇒ Object
Returns the value of attribute params.
-
#payload ⇒ Object
Returns the value of attribute payload.
Instance Attribute Details
#action ⇒ Object
Returns the value of attribute action
23 24 25 |
# File 'lib/wfirma/drivers/fake.rb', line 23 def action @action end |
#id ⇒ Object
Returns the value of attribute id
23 24 25 |
# File 'lib/wfirma/drivers/fake.rb', line 23 def id @id end |
#module_name ⇒ Object
Returns the value of attribute module_name
23 24 25 |
# File 'lib/wfirma/drivers/fake.rb', line 23 def module_name @module_name end |
#params ⇒ Object
Returns the value of attribute params
23 24 25 |
# File 'lib/wfirma/drivers/fake.rb', line 23 def params @params end |
#payload ⇒ Object
Returns the value of attribute payload
23 24 25 |
# File 'lib/wfirma/drivers/fake.rb', line 23 def payload @payload end |