Class: Rightscale::SlicehostDummyParser

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

Overview

Dummy parser - does nothing Returns the original params back

Instance Attribute Summary collapse

Instance Method Summary collapse

Instance Attribute Details

#resultObject

:nodoc:



586
587
588
# File 'lib/slicehost_base.rb', line 586

def result
  @result
end

Instance Method Details

#parse(response) ⇒ Object



587
588
589
# File 'lib/slicehost_base.rb', line 587

def parse(response)
  @result = response
end