Class: Protobuf::Message

Inherits:
Object
  • Object
show all
Defined in:
lib/protobuf_spec/extensions.rb

Instance Method Summary collapse

Instance Method Details

#to_jsonObject



5
6
7
# File 'lib/protobuf_spec/extensions.rb', line 5

def to_json
  MultiJson.encode self.to_hash
end