Method: Plotrb::Base#add_attributes

Defined in:
lib/plotrb/base.rb

#add_attributes(*args) ⇒ Object

add new attributes to the instance



49
50
51
# File 'lib/plotrb/base.rb', line 49

def add_attributes(*args)
  self.singleton_class.add_attributes(*args)
end