Class: ParaStruct

Inherits:
OpenStruct
  • Object
show all
Defined in:
lib/cpee/controller.rb

Instance Method Summary collapse

Instance Method Details

#to_json(*a) ⇒ Object



26
27
28
# File 'lib/cpee/controller.rb', line 26

def to_json(*a)
  table.to_json
end