Class: Peddler::APIs::ListingsItems20210801::ItemVariationTheme
- Inherits:
-
Data
- Object
- Data
- Peddler::APIs::ListingsItems20210801::ItemVariationTheme
- Defined in:
- sig/peddler/apis/listings_items_2021_08_01.rbs
Instance Attribute Summary collapse
-
#attributes ⇒ Array[String]
readonly
Returns the value of attribute attributes.
-
#theme ⇒ String
readonly
Returns the value of attribute theme.
Class Method Summary collapse
-
.[] ⇒ Object
-
.members ⇒ [ :attributes, :theme ]
-
.new ⇒ Object
-
.parse ⇒ Peddler::APIs::ListingsItems20210801::ItemVariationTheme
Instance Method Summary collapse
Instance Attribute Details
#attributes ⇒ Array[String] (readonly)
Returns the value of attribute attributes.
369 370 371 |
# File 'sig/peddler/apis/listings_items_2021_08_01.rbs', line 369 def attributes @attributes end |
#theme ⇒ String (readonly)
Returns the value of attribute theme.
370 371 372 |
# File 'sig/peddler/apis/listings_items_2021_08_01.rbs', line 370 def theme @theme end |
Class Method Details
.[](attributes:, theme:) ⇒ Peddler::APIs::ListingsItems20210801::ItemVariationTheme .[](arg0, arg1) ⇒ Peddler::APIs::ListingsItems20210801::ItemVariationTheme
362 363 |
# File 'sig/peddler/apis/listings_items_2021_08_01.rbs', line 362
def self.[]: (attributes: Array[String], theme: String) -> Peddler::APIs::ListingsItems20210801::ItemVariationTheme
| (Array[String], String) -> Peddler::APIs::ListingsItems20210801::ItemVariationTheme
|
.members ⇒ [ :attributes, :theme ]
365 |
# File 'sig/peddler/apis/listings_items_2021_08_01.rbs', line 365
def self.members: () -> [ :attributes, :theme ]
|
.new(attributes:, theme:) ⇒ Peddler::APIs::ListingsItems20210801::ItemVariationTheme .new(arg0, arg1) ⇒ Peddler::APIs::ListingsItems20210801::ItemVariationTheme
360 361 |
# File 'sig/peddler/apis/listings_items_2021_08_01.rbs', line 360
def self.new: (attributes: Array[String], theme: String) -> Peddler::APIs::ListingsItems20210801::ItemVariationTheme
| (Array[String], String) -> Peddler::APIs::ListingsItems20210801::ItemVariationTheme
|
.parse ⇒ Peddler::APIs::ListingsItems20210801::ItemVariationTheme
367 |
# File 'sig/peddler/apis/listings_items_2021_08_01.rbs', line 367
def self.parse: (?Hash[String | Symbol, untyped], **untyped) -> Peddler::APIs::ListingsItems20210801::ItemVariationTheme
|
Instance Method Details
#members ⇒ [ :attributes, :theme ]
372 |
# File 'sig/peddler/apis/listings_items_2021_08_01.rbs', line 372
def members: () -> [ :attributes, :theme ]
|
#to_h ⇒ { attributes: Array[String], theme: String }
373 |
# File 'sig/peddler/apis/listings_items_2021_08_01.rbs', line 373
def to_h: () -> { attributes: Array[String], theme: String }
|