Module: Treaty::Entity::Attribute::DSL
- Included in:
- Action::Request::Entity, Action::Response::Entity, Base
- Defined in:
- lib/treaty/entity/attribute/dsl.rb
Overview
Defined Under Namespace
Modules: ClassMethods
Class Method Summary collapse
Class Method Details
.included(base) ⇒ Object
22 23 24 |
# File 'lib/treaty/entity/attribute/dsl.rb', line 22 def self.included(base) base.extend(ClassMethods) end |