Class: Peddler::APIs::CatalogItems20220401::ItemVariationTheme
- Inherits:
-
Data
- Object
- Data
- Peddler::APIs::CatalogItems20220401::ItemVariationTheme
- Defined in:
- sig/peddler/apis/catalog_items_2022_04_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::CatalogItems20220401::ItemVariationTheme
Instance Method Summary collapse
Instance Attribute Details
#attributes ⇒ Array[String]? (readonly)
Returns the value of attribute attributes.
503 504 505 |
# File 'sig/peddler/apis/catalog_items_2022_04_01.rbs', line 503 def attributes @attributes end |
#theme ⇒ String? (readonly)
Returns the value of attribute theme.
504 505 506 |
# File 'sig/peddler/apis/catalog_items_2022_04_01.rbs', line 504 def theme @theme end |
Class Method Details
.[](attributes:, theme:) ⇒ Peddler::APIs::CatalogItems20220401::ItemVariationTheme .[](arg0, arg1) ⇒ Peddler::APIs::CatalogItems20220401::ItemVariationTheme
496 497 |
# File 'sig/peddler/apis/catalog_items_2022_04_01.rbs', line 496
def self.[]: (?attributes: Array[String]?, ?theme: String?) -> Peddler::APIs::CatalogItems20220401::ItemVariationTheme
| (Array[String]?, String?) -> Peddler::APIs::CatalogItems20220401::ItemVariationTheme
|
.members ⇒ [ :attributes, :theme ]
499 |
# File 'sig/peddler/apis/catalog_items_2022_04_01.rbs', line 499
def self.members: () -> [ :attributes, :theme ]
|
.new(attributes:, theme:) ⇒ Peddler::APIs::CatalogItems20220401::ItemVariationTheme .new(arg0, arg1) ⇒ Peddler::APIs::CatalogItems20220401::ItemVariationTheme
494 495 |
# File 'sig/peddler/apis/catalog_items_2022_04_01.rbs', line 494
def self.new: (?attributes: Array[String]?, ?theme: String?) -> Peddler::APIs::CatalogItems20220401::ItemVariationTheme
| (Array[String]?, String?) -> Peddler::APIs::CatalogItems20220401::ItemVariationTheme
|
.parse ⇒ Peddler::APIs::CatalogItems20220401::ItemVariationTheme
501 |
# File 'sig/peddler/apis/catalog_items_2022_04_01.rbs', line 501
def self.parse: (?Hash[String | Symbol, untyped], **untyped) -> Peddler::APIs::CatalogItems20220401::ItemVariationTheme
|
Instance Method Details
#members ⇒ [ :attributes, :theme ]
506 |
# File 'sig/peddler/apis/catalog_items_2022_04_01.rbs', line 506
def members: () -> [ :attributes, :theme ]
|
#to_h ⇒ { attributes: Array[String]?, theme: String? }
507 |
# File 'sig/peddler/apis/catalog_items_2022_04_01.rbs', line 507
def to_h: () -> { attributes: Array[String]?, theme: String? }
|