Class: PhantomGraph::Base

Inherits:
Object
  • Object
show all
Defined in:
lib/phantom_graph/base.rb

Direct Known Subclasses

Convert::Highchart, Setting

Class Method Summary collapse

Class Method Details

.attributes(*names) ⇒ Object


3
4
5
# File 'lib/phantom_graph/base.rb', line 3

def self.attributes(*names)
  attr_accessor(*names)
end