Class: Item::AmazonFnskuBarcode::Result
- Inherits:
-
Data
- Object
- Data
- Item::AmazonFnskuBarcode::Result
- Defined in:
- app/services/item/amazon_fnsku_barcode.rb
Overview
Service object: result.
Instance Attribute Summary collapse
-
#fnsku ⇒ Object
readonly
Returns the value of attribute fnsku.
-
#identifier_formatted ⇒ Object
readonly
Returns the value of attribute identifier_formatted.
-
#identifier_type ⇒ Object
readonly
Returns the value of attribute identifier_type.
-
#message ⇒ Object
readonly
Returns the value of attribute message.
-
#output ⇒ Object
readonly
Returns the value of attribute output.
-
#output_format ⇒ Object
readonly
Returns the value of attribute output_format.
-
#success ⇒ Object
readonly
Returns the value of attribute success.
Instance Method Summary collapse
-
#initialize(success: nil, output: nil, fnsku: nil, output_format: nil, identifier_type: nil, identifier_formatted: nil, message: nil) ⇒ Result
constructor
A new instance of Result.
Constructor Details
#initialize(success: nil, output: nil, fnsku: nil, output_format: nil, identifier_type: nil, identifier_formatted: nil, message: nil) ⇒ Result
Returns a new instance of Result.
13 |
# File 'app/services/item/amazon_fnsku_barcode.rb', line 13 def initialize(success: nil, output: nil, fnsku: nil, output_format: nil, identifier_type: nil, identifier_formatted: nil, message: nil) = super |
Instance Attribute Details
#fnsku ⇒ Object (readonly)
Returns the value of attribute fnsku
12 13 14 |
# File 'app/services/item/amazon_fnsku_barcode.rb', line 12 def fnsku @fnsku end |
#identifier_formatted ⇒ Object (readonly)
Returns the value of attribute identifier_formatted
12 13 14 |
# File 'app/services/item/amazon_fnsku_barcode.rb', line 12 def identifier_formatted @identifier_formatted end |
#identifier_type ⇒ Object (readonly)
Returns the value of attribute identifier_type
12 13 14 |
# File 'app/services/item/amazon_fnsku_barcode.rb', line 12 def identifier_type @identifier_type end |
#message ⇒ Object (readonly)
Returns the value of attribute message
12 13 14 |
# File 'app/services/item/amazon_fnsku_barcode.rb', line 12 def @message end |
#output ⇒ Object (readonly)
Returns the value of attribute output
12 13 14 |
# File 'app/services/item/amazon_fnsku_barcode.rb', line 12 def output @output end |
#output_format ⇒ Object (readonly)
Returns the value of attribute output_format
12 13 14 |
# File 'app/services/item/amazon_fnsku_barcode.rb', line 12 def output_format @output_format end |
#success ⇒ Object (readonly)
Returns the value of attribute success
12 13 14 |
# File 'app/services/item/amazon_fnsku_barcode.rb', line 12 def success @success end |