Class: ImedoClientCommunication::Payload

Inherits:
Object
  • Object
show all
Defined in:
lib/imedo_client_communication/payload.rb

Class Method Summary collapse

Class Method Details

.serialize(body) ⇒ Object



5
6
7
# File 'lib/imedo_client_communication/payload.rb', line 5

def self.serialize(body)
  BERT.encode(body)
end