Class: SmoothOperator::Base

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

Direct Known Subclasses

Rails

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 Relation::Associations

belongs_to, has_many, has_one, reflect_on_all_associations, reflect_on_association, reflections

Methods included from Translation

human_attribute_name

Methods included from Persistence

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

Methods included from Operator

#make_the_call

Class Method Details

.smooth_operator?Boolean

Returns:

  • (Boolean)


23
24
25
# File 'lib/smooth_operator.rb', line 23

def self.smooth_operator?
  true
end