Module: Protod::ProtocolBuffers::GoogleProtobufStructStringified

Included in:
Google::Protobuf::Struct
Defined in:
lib/protod/protocol_buffers.rb

Instance Method Summary collapse

Instance Method Details

#from_hash(hash) ⇒ Object



22
23
24
# File 'lib/protod/protocol_buffers.rb', line 22

def from_hash(hash)
  super(hash.stringify_keys)
end