Class: Amazon::DatadiveImportParser::Result
- Inherits:
-
Struct
- Object
- Struct
- Amazon::DatadiveImportParser::Result
- Defined in:
- app/services/amazon/datadive_import_parser.rb
Overview
Service object: result.
Instance Attribute Summary collapse
-
#data ⇒ Object
Returns the value of attribute data.
-
#error ⇒ Object
Returns the value of attribute error.
-
#success ⇒ Object
Returns the value of attribute success.
Instance Method Summary collapse
Instance Attribute Details
#data ⇒ Object
Returns the value of attribute data
27 28 29 |
# File 'app/services/amazon/datadive_import_parser.rb', line 27 def data @data end |
#error ⇒ Object
Returns the value of attribute error
27 28 29 |
# File 'app/services/amazon/datadive_import_parser.rb', line 27 def error @error end |
#success ⇒ Object
Returns the value of attribute success
27 28 29 |
# File 'app/services/amazon/datadive_import_parser.rb', line 27 def success @success end |
Instance Method Details
#success? ⇒ Boolean
28 29 30 |
# File 'app/services/amazon/datadive_import_parser.rb', line 28 def success? success end |