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