Module: Vindicia::Model
- Defined in:
- lib/vindicia/model.rb
Overview
Vindicia::Model
Model for SOAP service oriented applications.
Defined Under Namespace
Modules: ClassMethods
Constant Summary collapse
- VERSION =
"0.0.0"
Class Method Summary collapse
Class Method Details
.included(base) ⇒ Object
109 110 111 |
# File 'lib/vindicia/model.rb', line 109 def self.included(base) base.extend ClassMethods end |