Class: Proton::Meta
- Inherits:
-
OpenStruct
- Object
- OpenStruct
- Proton::Meta
- Defined in:
- lib/proton/meta.rb
Instance Method Summary collapse
-
#[](id) ⇒ Object
For Ruby 1.8.6 compatibility ([:type] instead of .type).
- #merge!(hash) ⇒ Object
Instance Method Details
#[](id) ⇒ Object
For Ruby 1.8.6 compatibility ([:type] instead of .type)
13 14 15 |
# File 'lib/proton/meta.rb', line 13 def [](id) @table[id.to_sym] end |
#merge!(hash) ⇒ Object
8 9 10 |
# File 'lib/proton/meta.rb', line 8 def merge!(hash) @table.merge(hash) end |