Class: Peddler::APIs::CatalogItems20220401::ItemBrowseClassification
- Inherits:
-
Data
- Object
- Data
- Peddler::APIs::CatalogItems20220401::ItemBrowseClassification
- 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.
-
#parent ⇒ Peddler::APIs::CatalogItems20220401::ItemBrowseClassification?
readonly
Returns the value of attribute parent.
Class Method Summary collapse
-
.[] ⇒ Object
-
.members ⇒ [ :classification_id, :display_name, :parent ]
-
.new ⇒ Object
-
.parse ⇒ Object
Instance Method Summary collapse
-
#members ⇒ [ :classification_id, :display_name, :parent ]
-
#to_h ⇒ { classification_id: String, display_name: String, parent: Peddler::APIs::CatalogItems20220401::ItemBrowseClassification? }
Instance Attribute Details
#classification_id ⇒ String (readonly)
Returns the value of attribute classification_id.
147 148 149 |
# File 'sig/peddler/apis/catalog_items_2022_04_01.rbs', line 147 def classification_id @classification_id end |
#display_name ⇒ String (readonly)
Returns the value of attribute display_name.
148 149 150 |
# File 'sig/peddler/apis/catalog_items_2022_04_01.rbs', line 148 def display_name @display_name end |
#parent ⇒ Peddler::APIs::CatalogItems20220401::ItemBrowseClassification? (readonly)
Returns the value of attribute parent.
149 150 151 |
# File 'sig/peddler/apis/catalog_items_2022_04_01.rbs', line 149 def parent @parent end |
Class Method Details
.[](classification_id:, display_name:, parent:) ⇒ Peddler::APIs::CatalogItems20220401::ItemBrowseClassification .[](arg0, arg1, arg2) ⇒ Peddler::APIs::CatalogItems20220401::ItemBrowseClassification
139 140 |
# File 'sig/peddler/apis/catalog_items_2022_04_01.rbs', line 139
def self.[]: (classification_id: String, display_name: String, ?parent: Peddler::APIs::CatalogItems20220401::ItemBrowseClassification?) -> Peddler::APIs::CatalogItems20220401::ItemBrowseClassification
| (String, String, Peddler::APIs::CatalogItems20220401::ItemBrowseClassification?) -> Peddler::APIs::CatalogItems20220401::ItemBrowseClassification
|
.members ⇒ [ :classification_id, :display_name, :parent ]
142 |
# File 'sig/peddler/apis/catalog_items_2022_04_01.rbs', line 142
def self.members: () -> [ :classification_id, :display_name, :parent ]
|
.new(classification_id:, display_name:, parent:) ⇒ Peddler::APIs::CatalogItems20220401::ItemBrowseClassification .new(arg0, arg1, arg2) ⇒ Peddler::APIs::CatalogItems20220401::ItemBrowseClassification
137 138 |
# File 'sig/peddler/apis/catalog_items_2022_04_01.rbs', line 137
def self.new: (classification_id: String, display_name: String, ?parent: Peddler::APIs::CatalogItems20220401::ItemBrowseClassification?) -> Peddler::APIs::CatalogItems20220401::ItemBrowseClassification
| (String, String, Peddler::APIs::CatalogItems20220401::ItemBrowseClassification?) -> Peddler::APIs::CatalogItems20220401::ItemBrowseClassification
|
.parse(data) ⇒ Peddler::APIs::CatalogItems20220401::ItemBrowseClassification .parse(data) ⇒ Peddler::APIs::CatalogItems20220401::ItemBrowseClassification
144 145 |
# File 'sig/peddler/apis/catalog_items_2022_04_01.rbs', line 144
def self.parse: (?parse_data data) -> Peddler::APIs::CatalogItems20220401::ItemBrowseClassification
| (?Hash[String, untyped] data) -> Peddler::APIs::CatalogItems20220401::ItemBrowseClassification
|
Instance Method Details
#members ⇒ [ :classification_id, :display_name, :parent ]
151 |
# File 'sig/peddler/apis/catalog_items_2022_04_01.rbs', line 151
def members: () -> [ :classification_id, :display_name, :parent ]
|
#to_h ⇒ { classification_id: String, display_name: String, parent: Peddler::APIs::CatalogItems20220401::ItemBrowseClassification? }
152 |
# File 'sig/peddler/apis/catalog_items_2022_04_01.rbs', line 152
def to_h: () -> { classification_id: String, display_name: String, parent: Peddler::APIs::CatalogItems20220401::ItemBrowseClassification? }
|