Class: SmoothOperator::Base

Inherits:
OpenStruct::Base
  • Object
show all
Extended by:
FinderMethods, Operator, Translation
Includes:
Persistence
Defined in:
lib/smooth_operator.rb

Constant Summary

Constants included from Operator

Operator::OPTIONS

Instance Attribute Summary collapse

Attributes included from Operator

#headers

Method Summary

Methods included from Operator

make_the_call, query_string

Methods included from FinderMethods

all, find

Methods included from Translation

human_attribute_name

Methods included from Persistence

#destroy, #destroyed?, included, #new_record?, #persisted?, #reload, #save, #save!

Instance Attribute Details

#last_remote_callObject (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