Class: Readymade::Operation

Inherits:
Action
  • Object
show all
Defined in:
lib/readymade/operation.rb

Instance Attribute Summary collapse

Attributes inherited from Action

#args, #data

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

#formObject (readonly)

Returns the value of attribute form.



8
9
10
# File 'lib/readymade/operation.rb', line 8

def form
  @form
end

#recordObject (readonly)

Returns the value of attribute record.



8
9
10
# File 'lib/readymade/operation.rb', line 8

def record
  @record
end

#record_paramsObject (readonly)

Returns the value of attribute record_params.



8
9
10
# File 'lib/readymade/operation.rb', line 8

def record_params
  @record_params
end