Class: Peddler::Reports::B2BProductOpportunitiesNotYetOnAmazonReport20201119::Recommendation
- Inherits:
-
Data
- Object
- Data
- Peddler::Reports::B2BProductOpportunitiesNotYetOnAmazonReport20201119::Recommendation
- Defined in:
- sig/peddler/reports/b2b_product_opportunities_not_yet_on_amazon_report_2020_11_19.rbs
Instance Attribute Summary collapse
-
#brand ⇒ String?
readonly
Returns the value of attribute brand.
-
#category ⇒ String?
readonly
Returns the value of attribute category.
-
#ean ⇒ String?
readonly
Returns the value of attribute ean.
-
#initial_b2b_buyer_industry ⇒ String?
readonly
Returns the value of attribute initial_b2b_buyer_industry.
-
#initial_b2b_buyer_requested_date ⇒ String?
readonly
Returns the value of attribute initial_b2b_buyer_requested_date.
-
#isbn ⇒ String?
readonly
Returns the value of attribute isbn.
-
#item_name ⇒ String?
readonly
Returns the value of attribute item_name.
-
#model_number ⇒ String?
readonly
Returns the value of attribute model_number.
-
#part_number ⇒ String?
readonly
Returns the value of attribute part_number.
-
#upc ⇒ String?
readonly
Returns the value of attribute upc.
Class Method Summary collapse
-
.[] ⇒ Object
-
.members ⇒ [ :brand, :category, :ean, :initial_b2b_buyer_industry, :initial_b2b_buyer_requested_date, :isbn, :item_name, :model_number, :part_number, :upc ]
-
.new ⇒ Object
-
.parse ⇒ Peddler::Reports::B2BProductOpportunitiesNotYetOnAmazonReport20201119::Recommendation
Instance Method Summary collapse
-
#members ⇒ [ :brand, :category, :ean, :initial_b2b_buyer_industry, :initial_b2b_buyer_requested_date, :isbn, :item_name, :model_number, :part_number, :upc ]
-
#to_h ⇒ { brand: String?, category: String?, ean: String?, initial_b2b_buyer_industry: String?, initial_b2b_buyer_requested_date: String?, isbn: String?, item_name: String?, model_number: String?, part_number: String?, upc: String? }
Instance Attribute Details
#brand ⇒ String? (readonly)
Returns the value of attribute brand.
14 15 16 |
# File 'sig/peddler/reports/b2b_product_opportunities_not_yet_on_amazon_report_2020_11_19.rbs', line 14 def brand @brand end |
#category ⇒ String? (readonly)
Returns the value of attribute category.
15 16 17 |
# File 'sig/peddler/reports/b2b_product_opportunities_not_yet_on_amazon_report_2020_11_19.rbs', line 15 def category @category end |
#ean ⇒ String? (readonly)
Returns the value of attribute ean.
16 17 18 |
# File 'sig/peddler/reports/b2b_product_opportunities_not_yet_on_amazon_report_2020_11_19.rbs', line 16 def ean @ean end |
#initial_b2b_buyer_industry ⇒ String? (readonly)
Returns the value of attribute initial_b2b_buyer_industry.
17 18 19 |
# File 'sig/peddler/reports/b2b_product_opportunities_not_yet_on_amazon_report_2020_11_19.rbs', line 17 def initial_b2b_buyer_industry @initial_b2b_buyer_industry end |
#initial_b2b_buyer_requested_date ⇒ String? (readonly)
Returns the value of attribute initial_b2b_buyer_requested_date.
18 19 20 |
# File 'sig/peddler/reports/b2b_product_opportunities_not_yet_on_amazon_report_2020_11_19.rbs', line 18 def initial_b2b_buyer_requested_date @initial_b2b_buyer_requested_date end |
#isbn ⇒ String? (readonly)
Returns the value of attribute isbn.
19 20 21 |
# File 'sig/peddler/reports/b2b_product_opportunities_not_yet_on_amazon_report_2020_11_19.rbs', line 19 def isbn @isbn end |
#item_name ⇒ String? (readonly)
Returns the value of attribute item_name.
20 21 22 |
# File 'sig/peddler/reports/b2b_product_opportunities_not_yet_on_amazon_report_2020_11_19.rbs', line 20 def item_name @item_name end |
#model_number ⇒ String? (readonly)
Returns the value of attribute model_number.
21 22 23 |
# File 'sig/peddler/reports/b2b_product_opportunities_not_yet_on_amazon_report_2020_11_19.rbs', line 21 def model_number @model_number end |
#part_number ⇒ String? (readonly)
Returns the value of attribute part_number.
22 23 24 |
# File 'sig/peddler/reports/b2b_product_opportunities_not_yet_on_amazon_report_2020_11_19.rbs', line 22 def part_number @part_number end |
#upc ⇒ String? (readonly)
Returns the value of attribute upc.
23 24 25 |
# File 'sig/peddler/reports/b2b_product_opportunities_not_yet_on_amazon_report_2020_11_19.rbs', line 23 def upc @upc end |
Class Method Details
.[](brand:, category:, ean:, initial_b2b_buyer_industry:, initial_b2b_buyer_requested_date:, isbn:, item_name:, model_number:, part_number:, upc:) ⇒ Peddler::Reports::B2BProductOpportunitiesNotYetOnAmazonReport20201119::Recommendation .[](arg0, arg1, arg2, arg3, arg4, arg5, arg6, arg7, arg8, arg9) ⇒ Peddler::Reports::B2BProductOpportunitiesNotYetOnAmazonReport20201119::Recommendation
7 8 |
# File 'sig/peddler/reports/b2b_product_opportunities_not_yet_on_amazon_report_2020_11_19.rbs', line 7
def self.[]: (?brand: String?, ?category: String?, ?ean: String?, ?initial_b2b_buyer_industry: String?, ?initial_b2b_buyer_requested_date: String?, ?isbn: String?, ?item_name: String?, ?model_number: String?, ?part_number: String?, ?upc: String?) -> Peddler::Reports::B2BProductOpportunitiesNotYetOnAmazonReport20201119::Recommendation
| (String?, String?, String?, String?, String?, String?, String?, String?, String?, String?) -> Peddler::Reports::B2BProductOpportunitiesNotYetOnAmazonReport20201119::Recommendation
|
.members ⇒ [ :brand, :category, :ean, :initial_b2b_buyer_industry, :initial_b2b_buyer_requested_date, :isbn, :item_name, :model_number, :part_number, :upc ]
10 |
# File 'sig/peddler/reports/b2b_product_opportunities_not_yet_on_amazon_report_2020_11_19.rbs', line 10
def self.members: () -> [ :brand, :category, :ean, :initial_b2b_buyer_industry, :initial_b2b_buyer_requested_date, :isbn, :item_name, :model_number, :part_number, :upc ]
|
.new(brand:, category:, ean:, initial_b2b_buyer_industry:, initial_b2b_buyer_requested_date:, isbn:, item_name:, model_number:, part_number:, upc:) ⇒ Peddler::Reports::B2BProductOpportunitiesNotYetOnAmazonReport20201119::Recommendation .new(arg0, arg1, arg2, arg3, arg4, arg5, arg6, arg7, arg8, arg9) ⇒ Peddler::Reports::B2BProductOpportunitiesNotYetOnAmazonReport20201119::Recommendation
5 6 |
# File 'sig/peddler/reports/b2b_product_opportunities_not_yet_on_amazon_report_2020_11_19.rbs', line 5
def self.new: (?brand: String?, ?category: String?, ?ean: String?, ?initial_b2b_buyer_industry: String?, ?initial_b2b_buyer_requested_date: String?, ?isbn: String?, ?item_name: String?, ?model_number: String?, ?part_number: String?, ?upc: String?) -> Peddler::Reports::B2BProductOpportunitiesNotYetOnAmazonReport20201119::Recommendation
| (String?, String?, String?, String?, String?, String?, String?, String?, String?, String?) -> Peddler::Reports::B2BProductOpportunitiesNotYetOnAmazonReport20201119::Recommendation
|
.parse ⇒ Peddler::Reports::B2BProductOpportunitiesNotYetOnAmazonReport20201119::Recommendation
12 |
# File 'sig/peddler/reports/b2b_product_opportunities_not_yet_on_amazon_report_2020_11_19.rbs', line 12
def self.parse: (?Hash[String | Symbol, untyped], **untyped) -> Peddler::Reports::B2BProductOpportunitiesNotYetOnAmazonReport20201119::Recommendation
|
Instance Method Details
#members ⇒ [ :brand, :category, :ean, :initial_b2b_buyer_industry, :initial_b2b_buyer_requested_date, :isbn, :item_name, :model_number, :part_number, :upc ]
25 |
# File 'sig/peddler/reports/b2b_product_opportunities_not_yet_on_amazon_report_2020_11_19.rbs', line 25
def members: () -> [ :brand, :category, :ean, :initial_b2b_buyer_industry, :initial_b2b_buyer_requested_date, :isbn, :item_name, :model_number, :part_number, :upc ]
|
#to_h ⇒ { brand: String?, category: String?, ean: String?, initial_b2b_buyer_industry: String?, initial_b2b_buyer_requested_date: String?, isbn: String?, item_name: String?, model_number: String?, part_number: String?, upc: String? }
26 |
# File 'sig/peddler/reports/b2b_product_opportunities_not_yet_on_amazon_report_2020_11_19.rbs', line 26
def to_h: () -> { brand: String?, category: String?, ean: String?, initial_b2b_buyer_industry: String?, initial_b2b_buyer_requested_date: String?, isbn: String?, item_name: String?, model_number: String?, part_number: String?, upc: String? }
|