Class: Readymade::Operation
Instance Attribute Summary collapse
-
#form ⇒ Object
readonly
Returns the value of attribute form.
-
#record ⇒ Object
readonly
Returns the value of attribute record.
-
#record_params ⇒ Object
readonly
Returns the value of attribute record_params.
Attributes inherited from Action
Method Summary
Methods inherited from Action
call, #call, call!, #call!, #call_async, call_async, call_async!, #call_async!, #initialize
Constructor Details
This class inherits a constructor from Readymade::Action
Instance Attribute Details
#form ⇒ Object (readonly)
Returns the value of attribute form.
8 9 10 |
# File 'lib/readymade/operation.rb', line 8 def form @form end |
#record ⇒ Object (readonly)
Returns the value of attribute record.
8 9 10 |
# File 'lib/readymade/operation.rb', line 8 def record @record end |
#record_params ⇒ Object (readonly)
Returns the value of attribute record_params.
8 9 10 |
# File 'lib/readymade/operation.rb', line 8 def record_params @record_params end |