Class: RightAws::RightDummyParser

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

Overview

Dummy parser - does nothing Returns the original params back

Instance Attribute Summary collapse

Instance Method Summary collapse

Instance Attribute Details

#resultObject

:nodoc:



1338
1339
1340
# File 'lib/awsbase/right_awsbase.rb', line 1338

def result
  @result
end

Instance Method Details

#parse(response, params = {}) ⇒ Object



1339
1340
1341
# File 'lib/awsbase/right_awsbase.rb', line 1339

def parse(response, params={})
  @result = [response, params]
end