Class: Peddler::APIs::CatalogItems20220401::ClassificationRefinement
- Inherits:
-
Data
- Object
- Data
- Peddler::APIs::CatalogItems20220401::ClassificationRefinement
- 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.
-
#display_name ⇒ String
readonly
Returns the value of attribute display_name.
-
#number_of_results ⇒ Integer
readonly
Returns the value of attribute number_of_results.
Class Method Summary collapse
-
.[] ⇒ Object
-
.members ⇒ [ :classification_id, :display_name, :number_of_results ]
-
.new ⇒ Object
-
.parse ⇒ Peddler::APIs::CatalogItems20220401::ClassificationRefinement
Instance Method Summary collapse
-
#members ⇒ [ :classification_id, :display_name, :number_of_results ]
-
#to_h ⇒ { classification_id: String, display_name: String, number_of_results: Integer }
Instance Attribute Details
#classification_id ⇒ String (readonly)
Returns the value of attribute classification_id.
31 32 33 |
# File 'sig/peddler/apis/catalog_items_2022_04_01.rbs', line 31 def classification_id @classification_id end |
#display_name ⇒ String (readonly)
Returns the value of attribute display_name.
32 33 34 |
# File 'sig/peddler/apis/catalog_items_2022_04_01.rbs', line 32 def display_name @display_name end |
#number_of_results ⇒ Integer (readonly)
Returns the value of attribute number_of_results.
33 34 35 |
# File 'sig/peddler/apis/catalog_items_2022_04_01.rbs', line 33 def number_of_results @number_of_results end |
Class Method Details
.[](classification_id:, display_name:, number_of_results:) ⇒ Peddler::APIs::CatalogItems20220401::ClassificationRefinement .[](arg0, arg1, arg2) ⇒ Peddler::APIs::CatalogItems20220401::ClassificationRefinement
24 25 |
# File 'sig/peddler/apis/catalog_items_2022_04_01.rbs', line 24
def self.[]: (classification_id: String, display_name: String, number_of_results: Integer) -> Peddler::APIs::CatalogItems20220401::ClassificationRefinement
| (String, String, Integer) -> Peddler::APIs::CatalogItems20220401::ClassificationRefinement
|
.members ⇒ [ :classification_id, :display_name, :number_of_results ]
27 |
# File 'sig/peddler/apis/catalog_items_2022_04_01.rbs', line 27
def self.members: () -> [ :classification_id, :display_name, :number_of_results ]
|
.new(classification_id:, display_name:, number_of_results:) ⇒ Peddler::APIs::CatalogItems20220401::ClassificationRefinement .new(arg0, arg1, arg2) ⇒ Peddler::APIs::CatalogItems20220401::ClassificationRefinement
22 23 |
# File 'sig/peddler/apis/catalog_items_2022_04_01.rbs', line 22
def self.new: (classification_id: String, display_name: String, number_of_results: Integer) -> Peddler::APIs::CatalogItems20220401::ClassificationRefinement
| (String, String, Integer) -> Peddler::APIs::CatalogItems20220401::ClassificationRefinement
|
.parse ⇒ Peddler::APIs::CatalogItems20220401::ClassificationRefinement
29 |
# File 'sig/peddler/apis/catalog_items_2022_04_01.rbs', line 29
def self.parse: (?Hash[String | Symbol, untyped], **untyped) -> Peddler::APIs::CatalogItems20220401::ClassificationRefinement
|
Instance Method Details
#members ⇒ [ :classification_id, :display_name, :number_of_results ]
35 |
# File 'sig/peddler/apis/catalog_items_2022_04_01.rbs', line 35
def members: () -> [ :classification_id, :display_name, :number_of_results ]
|
#to_h ⇒ { classification_id: String, display_name: String, number_of_results: Integer }
36 |
# File 'sig/peddler/apis/catalog_items_2022_04_01.rbs', line 36
def to_h: () -> { classification_id: String, display_name: String, number_of_results: Integer }
|