Class: Peddler::APIs::CatalogItems20220401::ItemDisplayGroupSalesRank

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

Returns the value of attribute link.

Returns:

  • (String, nil)


261
262
263
# File 'sig/peddler/apis/catalog_items_2022_04_01.rbs', line 261

def link
  @link
end

#rankInteger (readonly)

Returns the value of attribute rank.

Returns:

  • (Integer)


262
263
264
# File 'sig/peddler/apis/catalog_items_2022_04_01.rbs', line 262

def rank
  @rank
end

#titleString (readonly)

Returns the value of attribute title.

Returns:

  • (String)


263
264
265
# File 'sig/peddler/apis/catalog_items_2022_04_01.rbs', line 263

def title
  @title
end

#website_display_groupString (readonly)

Returns the value of attribute website_display_group.

Returns:

  • (String)


264
265
266
# File 'sig/peddler/apis/catalog_items_2022_04_01.rbs', line 264

def website_display_group
  @website_display_group
end

Class Method Details

.[](rank:, title:, website_display_group:, link:) ⇒ Peddler::APIs::CatalogItems20220401::ItemDisplayGroupSalesRank .[](arg0, arg1, arg2, arg3) ⇒ Peddler::APIs::CatalogItems20220401::ItemDisplayGroupSalesRank

Overloads:



254
255
# File 'sig/peddler/apis/catalog_items_2022_04_01.rbs', line 254

def self.[]: (rank: Integer, title: String, website_display_group: String, ?link: String?) -> Peddler::APIs::CatalogItems20220401::ItemDisplayGroupSalesRank
| (Integer, String, String, String?) -> Peddler::APIs::CatalogItems20220401::ItemDisplayGroupSalesRank

.members[ :rank, :title, :website_display_group, :link ]

Returns:

  • ([ :rank, :title, :website_display_group, :link ])


257
# File 'sig/peddler/apis/catalog_items_2022_04_01.rbs', line 257

def self.members: () -> [ :rank, :title, :website_display_group, :link ]

.new(rank:, title:, website_display_group:, link:) ⇒ Peddler::APIs::CatalogItems20220401::ItemDisplayGroupSalesRank .new(arg0, arg1, arg2, arg3) ⇒ Peddler::APIs::CatalogItems20220401::ItemDisplayGroupSalesRank

Overloads:



252
253
# File 'sig/peddler/apis/catalog_items_2022_04_01.rbs', line 252

def self.new: (rank: Integer, title: String, website_display_group: String, ?link: String?) -> Peddler::APIs::CatalogItems20220401::ItemDisplayGroupSalesRank
| (Integer, String, String, String?) -> Peddler::APIs::CatalogItems20220401::ItemDisplayGroupSalesRank

.parsePeddler::APIs::CatalogItems20220401::ItemDisplayGroupSalesRank

Parameters:

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

Returns:



259
# File 'sig/peddler/apis/catalog_items_2022_04_01.rbs', line 259

def self.parse: (?Hash[String | Symbol, untyped], **untyped) -> Peddler::APIs::CatalogItems20220401::ItemDisplayGroupSalesRank

Instance Method Details

#members[ :rank, :title, :website_display_group, :link ]

Returns:

  • ([ :rank, :title, :website_display_group, :link ])


266
# File 'sig/peddler/apis/catalog_items_2022_04_01.rbs', line 266

def members: () -> [ :rank, :title, :website_display_group, :link ]

#to_h{ rank: Integer, title: String, website_display_group: String, link: String? }

Returns:

  • ({ rank: Integer, title: String, website_display_group: String, link: String? })


267
# File 'sig/peddler/apis/catalog_items_2022_04_01.rbs', line 267

def to_h: () -> { rank: Integer, title: String, website_display_group: String, link: String? }