Class: SmoothOperator::Base
- Inherits:
-
OpenStruct::Base
- Object
- OpenStruct::Base
- SmoothOperator::Base
- Extended by:
- FinderMethods, Relation::Associations, Translation
- Includes:
- FinderMethods, Operator, Persistence
- Defined in:
- lib/smooth_operator.rb
Direct Known Subclasses
Constant Summary
Constants included from Operator::HttpMethods
Operator::HttpMethods::HTTP_VERBS
Instance Attribute Summary
Attributes included from Persistence
Class Method Summary collapse
Methods included from FinderMethods
Methods included from Relation::Associations
belongs_to, has_many, has_one, reflect_on_all_associations, reflect_on_association, reflections
Methods included from Translation
Methods included from Persistence
#destroy, #destroyed?, #get_primary_key, included, #marked_for_destruction?, #new_record?, #persisted?, #reload, #save, #save!
Methods included from Operator
Class Method Details
.smooth_operator? ⇒ Boolean
23 24 25 |
# File 'lib/smooth_operator.rb', line 23 def self.smooth_operator? true end |