Class: Amazon::DatadiveImportParser::Result
- Inherits:
-
Struct
- Object
- Struct
- Amazon::DatadiveImportParser::Result
- Defined in:
- app/services/amazon/datadive_import_parser.rb
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
24 25 26 |
# File 'app/services/amazon/datadive_import_parser.rb', line 24 def data @data end |
#error ⇒ Object
Returns the value of attribute error
24 25 26 |
# File 'app/services/amazon/datadive_import_parser.rb', line 24 def error @error end |
#success ⇒ Object
Returns the value of attribute success
24 25 26 |
# File 'app/services/amazon/datadive_import_parser.rb', line 24 def success @success end |
Instance Method Details
#success? ⇒ Boolean
25 26 27 |
# File 'app/services/amazon/datadive_import_parser.rb', line 25 def success? success end |