Class: Peddler::APIs::CatalogItems20220401::ItemClassificationSalesRank

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

#classification_idString (readonly)

Returns the value of attribute classification_id.

Returns:

  • (String)


186
187
188
# File 'sig/peddler/apis/catalog_items_2022_04_01.rbs', line 186

def classification_id
  @classification_id
end

Returns the value of attribute link.

Returns:

  • (String, nil)


187
188
189
# File 'sig/peddler/apis/catalog_items_2022_04_01.rbs', line 187

def link
  @link
end

#rankInteger (readonly)

Returns the value of attribute rank.

Returns:

  • (Integer)


188
189
190
# File 'sig/peddler/apis/catalog_items_2022_04_01.rbs', line 188

def rank
  @rank
end

#titleString (readonly)

Returns the value of attribute title.

Returns:

  • (String)


189
190
191
# File 'sig/peddler/apis/catalog_items_2022_04_01.rbs', line 189

def title
  @title
end

Class Method Details

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

Overloads:



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

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

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

Returns:

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


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

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

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

Overloads:



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

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

.parsePeddler::APIs::CatalogItems20220401::ItemClassificationSalesRank

Parameters:

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

Returns:



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

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

Instance Method Details

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

Returns:

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


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

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

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

Returns:

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


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

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