Class: Peddler::APIs::AplusContent20201101::PublishRecord
- Inherits:
-
Data
- Object
- Data
- Peddler::APIs::AplusContent20201101::PublishRecord
- Defined in:
- sig/peddler/apis/aplus_content_2020_11_01.rbs
Instance Attribute Summary collapse
-
#asin ⇒ String
readonly
Returns the value of attribute asin.
-
#content_reference_key ⇒ String
readonly
Returns the value of attribute content_reference_key.
-
#content_sub_type ⇒ String?
readonly
Returns the value of attribute content_sub_type.
-
#content_type ⇒ String
readonly
Returns the value of attribute content_type.
-
#locale ⇒ String
readonly
Returns the value of attribute locale.
-
#marketplace_id ⇒ String
readonly
Returns the value of attribute marketplace_id.
Class Method Summary collapse
-
.[] ⇒ Object
-
.members ⇒ [ :asin, :content_reference_key, :content_type, :locale, :marketplace_id, :content_sub_type ]
-
.new ⇒ Object
-
.parse ⇒ Peddler::APIs::AplusContent20201101::PublishRecord
Instance Method Summary collapse
-
#members ⇒ [ :asin, :content_reference_key, :content_type, :locale, :marketplace_id, :content_sub_type ]
-
#to_h ⇒ { asin: String, content_reference_key: String, content_type: String, locale: String, marketplace_id: String, content_sub_type: String? }
Instance Attribute Details
#asin ⇒ String (readonly)
Returns the value of attribute asin.
512 513 514 |
# File 'sig/peddler/apis/aplus_content_2020_11_01.rbs', line 512 def asin @asin end |
#content_reference_key ⇒ String (readonly)
Returns the value of attribute content_reference_key.
513 514 515 |
# File 'sig/peddler/apis/aplus_content_2020_11_01.rbs', line 513 def content_reference_key @content_reference_key end |
#content_sub_type ⇒ String? (readonly)
Returns the value of attribute content_sub_type.
514 515 516 |
# File 'sig/peddler/apis/aplus_content_2020_11_01.rbs', line 514 def content_sub_type @content_sub_type end |
#content_type ⇒ String (readonly)
Returns the value of attribute content_type.
515 516 517 |
# File 'sig/peddler/apis/aplus_content_2020_11_01.rbs', line 515 def content_type @content_type end |
#locale ⇒ String (readonly)
Returns the value of attribute locale.
516 517 518 |
# File 'sig/peddler/apis/aplus_content_2020_11_01.rbs', line 516 def locale @locale end |
#marketplace_id ⇒ String (readonly)
Returns the value of attribute marketplace_id.
517 518 519 |
# File 'sig/peddler/apis/aplus_content_2020_11_01.rbs', line 517 def marketplace_id @marketplace_id end |
Class Method Details
.[](asin:, content_reference_key:, content_type:, locale:, marketplace_id:, content_sub_type:) ⇒ Peddler::APIs::AplusContent20201101::PublishRecord .[](arg0, arg1, arg2, arg3, arg4, arg5) ⇒ Peddler::APIs::AplusContent20201101::PublishRecord
505 506 |
# File 'sig/peddler/apis/aplus_content_2020_11_01.rbs', line 505
def self.[]: (asin: String, content_reference_key: String, content_type: String, locale: String, marketplace_id: String, ?content_sub_type: String?) -> Peddler::APIs::AplusContent20201101::PublishRecord
| (String, String, String, String, String, String?) -> Peddler::APIs::AplusContent20201101::PublishRecord
|
.members ⇒ [ :asin, :content_reference_key, :content_type, :locale, :marketplace_id, :content_sub_type ]
508 |
# File 'sig/peddler/apis/aplus_content_2020_11_01.rbs', line 508
def self.members: () -> [ :asin, :content_reference_key, :content_type, :locale, :marketplace_id, :content_sub_type ]
|
.new(asin:, content_reference_key:, content_type:, locale:, marketplace_id:, content_sub_type:) ⇒ Peddler::APIs::AplusContent20201101::PublishRecord .new(arg0, arg1, arg2, arg3, arg4, arg5) ⇒ Peddler::APIs::AplusContent20201101::PublishRecord
503 504 |
# File 'sig/peddler/apis/aplus_content_2020_11_01.rbs', line 503
def self.new: (asin: String, content_reference_key: String, content_type: String, locale: String, marketplace_id: String, ?content_sub_type: String?) -> Peddler::APIs::AplusContent20201101::PublishRecord
| (String, String, String, String, String, String?) -> Peddler::APIs::AplusContent20201101::PublishRecord
|
.parse ⇒ Peddler::APIs::AplusContent20201101::PublishRecord
510 |
# File 'sig/peddler/apis/aplus_content_2020_11_01.rbs', line 510
def self.parse: (?Hash[String | Symbol, untyped], **untyped) -> Peddler::APIs::AplusContent20201101::PublishRecord
|
Instance Method Details
#members ⇒ [ :asin, :content_reference_key, :content_type, :locale, :marketplace_id, :content_sub_type ]
519 |
# File 'sig/peddler/apis/aplus_content_2020_11_01.rbs', line 519
def members: () -> [ :asin, :content_reference_key, :content_type, :locale, :marketplace_id, :content_sub_type ]
|
#to_h ⇒ { asin: String, content_reference_key: String, content_type: String, locale: String, marketplace_id: String, content_sub_type: String? }
520 |
# File 'sig/peddler/apis/aplus_content_2020_11_01.rbs', line 520
def to_h: () -> { asin: String, content_reference_key: String, content_type: String, locale: String, marketplace_id: String, content_sub_type: String? }
|