Class: IoTools::ItemStruct
- Inherits:
-
OpenStruct
- Object
- OpenStruct
- IoTools::ItemStruct
- Defined in:
- lib/io_tools.rb
Instance Method Summary collapse
Instance Method Details
#to_json(*_) ⇒ Object
9 10 11 |
# File 'lib/io_tools.rb', line 9 def to_json *_ self.table.inject({}){|h,f| h[f.first] = f.last; h }.to_json end |