Module: XMLable::Mixins::StandaloneAttribute

Defined in:
lib/xmlable/mixins/standalone_attribute.rb

Overview

StandaloneAttribute module contains standalone attribute’s logic

Defined Under Namespace

Modules: ClassMethods

Class Method Summary collapse

Class Method Details

.included(base) ⇒ Object



7
8
9
# File 'lib/xmlable/mixins/standalone_attribute.rb', line 7

def self.included(base)
  base.send(:extend, ClassMethods)
end