Module: Fleakr::Support::Object
- Included in:
- Objects::AuthenticationToken, Objects::Collection, Objects::Comment, Objects::Contact, Objects::Error, Objects::Group, Objects::Image, Objects::Metadata, Objects::Photo, Objects::PhotoContext, Objects::Set, Objects::Tag, Objects::User
- Defined in:
- lib/fleakr/support/object.rb
Defined Under Namespace
Modules: ClassMethods, InstanceMethods
Class Method Summary collapse
Class Method Details
.included(other) ⇒ Object
126 127 128 129 |
# File 'lib/fleakr/support/object.rb', line 126 def self.included(other) other.send(:extend, Fleakr::Support::Object::ClassMethods) other.send(:include, Fleakr::Support::Object::InstanceMethods) end |