Class: Peddler::APIs::AplusContent20201101::ASINMetadata
- Inherits:
-
Data
- Object
- Data
- Peddler::APIs::AplusContent20201101::ASINMetadata
- Defined in:
- sig/peddler/apis/aplus_content_2020_11_01.rbs
Instance Attribute Summary collapse
-
#asin ⇒ String
readonly
Returns the value of attribute asin.
-
#badge_set ⇒ Array[untyped]?
readonly
Returns the value of attribute badge_set.
-
#content_reference_key_set ⇒ Array[untyped]?
readonly
Returns the value of attribute content_reference_key_set.
-
#image_url ⇒ String?
readonly
Returns the value of attribute image_url.
-
#parent ⇒ String?
readonly
Returns the value of attribute parent.
-
#title ⇒ String?
readonly
Returns the value of attribute title.
Class Method Summary collapse
-
.[] ⇒ Object
-
.members ⇒ [ :asin, :badge_set, :content_reference_key_set, :image_url, :parent, :title ]
-
.new ⇒ Object
-
.parse ⇒ Peddler::APIs::AplusContent20201101::ASINMetadata
Instance Method Summary collapse
-
#members ⇒ [ :asin, :badge_set, :content_reference_key_set, :image_url, :parent, :title ]
-
#to_h ⇒ { asin: String, badge_set: Array[untyped]?, content_reference_key_set: Array[untyped]?, image_url: String?, parent: String?, title: String? }
Instance Attribute Details
#asin ⇒ String (readonly)
Returns the value of attribute asin.
18 19 20 |
# File 'sig/peddler/apis/aplus_content_2020_11_01.rbs', line 18 def asin @asin end |
#badge_set ⇒ Array[untyped]? (readonly)
Returns the value of attribute badge_set.
19 20 21 |
# File 'sig/peddler/apis/aplus_content_2020_11_01.rbs', line 19 def badge_set @badge_set end |
#content_reference_key_set ⇒ Array[untyped]? (readonly)
Returns the value of attribute content_reference_key_set.
20 21 22 |
# File 'sig/peddler/apis/aplus_content_2020_11_01.rbs', line 20 def content_reference_key_set @content_reference_key_set end |
#image_url ⇒ String? (readonly)
Returns the value of attribute image_url.
21 22 23 |
# File 'sig/peddler/apis/aplus_content_2020_11_01.rbs', line 21 def image_url @image_url end |
#parent ⇒ String? (readonly)
Returns the value of attribute parent.
22 23 24 |
# File 'sig/peddler/apis/aplus_content_2020_11_01.rbs', line 22 def parent @parent end |
#title ⇒ String? (readonly)
Returns the value of attribute title.
23 24 25 |
# File 'sig/peddler/apis/aplus_content_2020_11_01.rbs', line 23 def title @title end |
Class Method Details
.[](asin:, badge_set:, content_reference_key_set:, image_url:, parent:, title:) ⇒ Peddler::APIs::AplusContent20201101::ASINMetadata .[](arg0, arg1, arg2, arg3, arg4, arg5) ⇒ Peddler::APIs::AplusContent20201101::ASINMetadata
11 12 |
# File 'sig/peddler/apis/aplus_content_2020_11_01.rbs', line 11
def self.[]: (asin: String, ?badge_set: Array[untyped]?, ?content_reference_key_set: Array[untyped]?, ?image_url: String?, ?parent: String?, ?title: String?) -> Peddler::APIs::AplusContent20201101::ASINMetadata
| (String, Array[untyped]?, Array[untyped]?, String?, String?, String?) -> Peddler::APIs::AplusContent20201101::ASINMetadata
|
.members ⇒ [ :asin, :badge_set, :content_reference_key_set, :image_url, :parent, :title ]
14 |
# File 'sig/peddler/apis/aplus_content_2020_11_01.rbs', line 14
def self.members: () -> [ :asin, :badge_set, :content_reference_key_set, :image_url, :parent, :title ]
|
.new(asin:, badge_set:, content_reference_key_set:, image_url:, parent:, title:) ⇒ Peddler::APIs::AplusContent20201101::ASINMetadata .new(arg0, arg1, arg2, arg3, arg4, arg5) ⇒ Peddler::APIs::AplusContent20201101::ASINMetadata
9 10 |
# File 'sig/peddler/apis/aplus_content_2020_11_01.rbs', line 9
def self.new: (asin: String, ?badge_set: Array[untyped]?, ?content_reference_key_set: Array[untyped]?, ?image_url: String?, ?parent: String?, ?title: String?) -> Peddler::APIs::AplusContent20201101::ASINMetadata
| (String, Array[untyped]?, Array[untyped]?, String?, String?, String?) -> Peddler::APIs::AplusContent20201101::ASINMetadata
|
.parse ⇒ Peddler::APIs::AplusContent20201101::ASINMetadata
16 |
# File 'sig/peddler/apis/aplus_content_2020_11_01.rbs', line 16
def self.parse: (?Hash[String | Symbol, untyped], **untyped) -> Peddler::APIs::AplusContent20201101::ASINMetadata
|
Instance Method Details
#members ⇒ [ :asin, :badge_set, :content_reference_key_set, :image_url, :parent, :title ]
25 |
# File 'sig/peddler/apis/aplus_content_2020_11_01.rbs', line 25
def members: () -> [ :asin, :badge_set, :content_reference_key_set, :image_url, :parent, :title ]
|
#to_h ⇒ { asin: String, badge_set: Array[untyped]?, content_reference_key_set: Array[untyped]?, image_url: String?, parent: String?, title: String? }
26 |
# File 'sig/peddler/apis/aplus_content_2020_11_01.rbs', line 26
def to_h: () -> { asin: String, badge_set: Array[untyped]?, content_reference_key_set: Array[untyped]?, image_url: String?, parent: String?, title: String? }
|