Class: Rightscale::GogridDummyParser

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

Overview

Dummy parser - does nothing Returns the original response back

Instance Method Summary collapse

Instance Method Details

#parse(response) ⇒ Object

:nodoc:



50
51
52
# File 'lib/gogrid_base.rb', line 50

def parse(response)
  response
end