Module: XMLable::ClassMethods

Defined in:
lib/xmlable.rb

Instance Method Summary collapse

Instance Method Details

#attr_name(*args, &block) ⇒ Object



30
31
32
33
# File 'lib/xmlable.rb', line 30

def attr_name(*args, &block)
  include XMLable::Attribute
  send(__method__, *args, &block)
end