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



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

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

#[]=(k, v) ⇒ Object



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

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