Class: Peddler::APIs::CatalogItems20220401::ItemClassificationSalesRank
- Inherits:
-
Data
- Object
- Data
- Peddler::APIs::CatalogItems20220401::ItemClassificationSalesRank
- Defined in:
- sig/peddler/apis/catalog_items_2022_04_01.rbs
Instance Attribute Summary collapse
-
#classification_id ⇒ String
readonly
Returns the value of attribute classification_id.
-
#link ⇒ String?
readonly
Returns the value of attribute link.
-
#rank ⇒ Integer
readonly
Returns the value of attribute rank.
-
#title ⇒ String
readonly
Returns the value of attribute title.
Class Method Summary collapse
-
.[] ⇒ Object
-
.members ⇒ [ :classification_id, :rank, :title, :link ]
-
.new ⇒ Object
-
.parse ⇒ Peddler::APIs::CatalogItems20220401::ItemClassificationSalesRank
Instance Method Summary collapse
-
#members ⇒ [ :classification_id, :rank, :title, :link ]
-
#to_h ⇒ { classification_id: String, rank: Integer, title: String, link: String? }
Instance Attribute Details
#classification_id ⇒ String (readonly)
Returns the value of attribute classification_id.
186 187 188 |
# File 'sig/peddler/apis/catalog_items_2022_04_01.rbs', line 186 def classification_id @classification_id end |
#link ⇒ String? (readonly)
Returns the value of attribute link.
187 188 189 |
# File 'sig/peddler/apis/catalog_items_2022_04_01.rbs', line 187 def link @link end |
#rank ⇒ Integer (readonly)
Returns the value of attribute rank.
188 189 190 |
# File 'sig/peddler/apis/catalog_items_2022_04_01.rbs', line 188 def rank @rank end |
#title ⇒ String (readonly)
Returns the value of attribute title.
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
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 ]
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
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
|
.parse ⇒ Peddler::APIs::CatalogItems20220401::ItemClassificationSalesRank
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 ]
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? }
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? }
|