Module: PoolParty::Verification
- Included in:
- Cloud::Cloud
- Defined in:
- lib/poolparty/verification/verify.rb
Defined Under Namespace
Modules: ClassMethods, InstanceMethods
Class Method Summary collapse
Class Method Details
.included(receiver) ⇒ Object
32 33 34 35 |
# File 'lib/poolparty/verification/verify.rb', line 32 def self.included(receiver) receiver.extend ClassMethods receiver.send :include, InstanceMethods end |