Module: C80Yax::Concerns::Props::Parsable

Included in:
C80Yax::CommonProp, MainProp, PrefixProp, PriceProp
Defined in:
app/models/c80_yax/concerns/props/parsable.rb

Defined Under Namespace

Modules: ClassMethods

Class Method Summary collapse

Class Method Details

.included(base) ⇒ Object



6
7
8
# File 'app/models/c80_yax/concerns/props/parsable.rb', line 6

def self.included(base)
  base.extend(ClassMethods)
end