Class: SmoothOperator::Base
- Inherits:
-
OpenStruct::Base
- Object
- OpenStruct::Base
- SmoothOperator::Base
- Extended by:
- FinderMethods, Operator, Translation
- Includes:
- Persistence
- Defined in:
- lib/smooth_operator.rb
Constant Summary
Constants included from Operator
Instance Attribute Summary collapse
-
#last_remote_call ⇒ Object
readonly
Returns the value of attribute last_remote_call.
Attributes included from Operator
Method Summary
Methods included from Operator
Methods included from FinderMethods
Methods included from Translation
Methods included from Persistence
#destroy, #destroyed?, included, #new_record?, #persisted?, #reload, #save, #save!
Instance Attribute Details
#last_remote_call ⇒ Object (readonly)
Returns the value of attribute last_remote_call.
19 20 21 |
# File 'lib/smooth_operator.rb', line 19 def last_remote_call @last_remote_call end |