Class: Vizier::Base

Inherits:
Object show all
Defined in:
lib/support/vizier.rb

Direct Known Subclasses

Link, Node, SubGraph

Instance Method Summary collapse

Instance Method Details

#[](k) ⇒ Object



89
90
91
# File 'lib/support/vizier.rb', line 89

def [](k)
  attributes[k.to_sym]
end

#[]=(k, v) ⇒ Object



93
94
95
# File 'lib/support/vizier.rb', line 93

def []=(k,v)
  attributes[k.to_sym] = v
end