Class: RightAws::RightDummyParser
- Inherits:
-
Object
- Object
- RightAws::RightDummyParser
- Defined in:
- lib/awsbase/right_awsbase.rb
Overview
Dummy parser - does nothing Returns the original params back
Instance Attribute Summary collapse
-
#result ⇒ Object
:nodoc:.
Instance Method Summary collapse
Instance Attribute Details
#result ⇒ Object
:nodoc:
1319 1320 1321 |
# File 'lib/awsbase/right_awsbase.rb', line 1319 def result @result end |
Instance Method Details
#parse(response, params = {}) ⇒ Object
1320 1321 1322 |
# File 'lib/awsbase/right_awsbase.rb', line 1320 def parse(response, params={}) @result = [response, params] end |