Class: Cloudmaster::StatusParserStd

Inherits:
Object
  • Object
show all
Defined in:
app/status_parser_std.rb

Instance Method Summary collapse

Instance Method Details

#parse_message(body) ⇒ Object



7
8
9
# File 'app/status_parser_std.rb', line 7

def parse_message(body)
  YAML.load(body)
end