Class: EntityCollection

Inherits:
OpenStruct
  • Object
show all
Defined in:
lib/wit/entity.rb

Instance Method Summary collapse

Instance Method Details

#[](name) ⇒ Object



2
3
4
# File 'lib/wit/entity.rb', line 2

def [](name)
  send(name.to_sym)
end