Class: SmoothOperator::Base

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

Constant Summary

Constants included from Operator::HttpMethods

Operator::HttpMethods::HTTP_VERBS

Instance Attribute Summary

Attributes included from Persistence

#last_remote_call

Class Method Summary collapse

Methods included from FinderMethods

find

Methods included from Translation

human_attribute_name

Methods included from Persistence

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

Methods included from Operator

#make_the_call

Class Method Details

.smooth_operator?Boolean

Returns:



21
22
23
# File 'lib/smooth_operator.rb', line 21

def self.smooth_operator?
  true
end