Class: PhantomGraph::Base
- Inherits:
-
Object
- Object
- PhantomGraph::Base
- Defined in:
- lib/phantom_graph/base.rb
Direct Known Subclasses
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 |