Class: Item::AmazonFnskuBarcode::Result
- Inherits:
-
Data
- Object
- Data
- Item::AmazonFnskuBarcode::Result
- Defined in:
- app/services/item/amazon_fnsku_barcode.rb
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.
12 |
# File 'app/services/item/amazon_fnsku_barcode.rb', line 12 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
11 12 13 |
# File 'app/services/item/amazon_fnsku_barcode.rb', line 11 def fnsku @fnsku end |
#identifier_formatted ⇒ Object (readonly)
Returns the value of attribute identifier_formatted
11 12 13 |
# File 'app/services/item/amazon_fnsku_barcode.rb', line 11 def identifier_formatted @identifier_formatted end |
#identifier_type ⇒ Object (readonly)
Returns the value of attribute identifier_type
11 12 13 |
# File 'app/services/item/amazon_fnsku_barcode.rb', line 11 def identifier_type @identifier_type end |
#message ⇒ Object (readonly)
Returns the value of attribute message
11 12 13 |
# File 'app/services/item/amazon_fnsku_barcode.rb', line 11 def @message end |
#output ⇒ Object (readonly)
Returns the value of attribute output
11 12 13 |
# File 'app/services/item/amazon_fnsku_barcode.rb', line 11 def output @output end |
#output_format ⇒ Object (readonly)
Returns the value of attribute output_format
11 12 13 |
# File 'app/services/item/amazon_fnsku_barcode.rb', line 11 def output_format @output_format end |
#success ⇒ Object (readonly)
Returns the value of attribute success
11 12 13 |
# File 'app/services/item/amazon_fnsku_barcode.rb', line 11 def success @success end |