Flowdock
method

[]

Importance_1
v2_4_6 - Show latest stable - 0 notes - Class: OpenStruct
[](name) public

Returns the value of an attribute.

require "ostruct"
person = OpenStruct.new("name" => "John Smith", "age" => 70)
person[:age]   # => 70, same as person.age
Show source
Register or log in to add new notes.