Class: Peddler::APIs::CatalogItems20220401::ItemVariationTheme

Inherits:
Data
  • Object
show all
Defined in:
sig/peddler/apis/catalog_items_2022_04_01.rbs

Instance Attribute Summary collapse

Class Method Summary collapse

Instance Method Summary collapse

Instance Attribute Details

#attributesArray[String]? (readonly)

Returns the value of attribute attributes.

Returns:

  • (Array[String], nil)


503
504
505
# File 'sig/peddler/apis/catalog_items_2022_04_01.rbs', line 503

def attributes
  @attributes
end

#themeString? (readonly)

Returns the value of attribute theme.

Returns:

  • (String, nil)


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

Overloads:



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 ]

Returns:

  • ([ :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

Overloads:



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

.parsePeddler::APIs::CatalogItems20220401::ItemVariationTheme

Parameters:

  • (Hash[String | Symbol, untyped])
  • (Object)

Returns:



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 ]

Returns:

  • ([ :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? }

Returns:

  • ({ 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? }