Class: Peddler::APIs::ProductTypeDefinitions20200901::PropertyGroup
- Inherits:
-
Data
- Object
- Data
- Peddler::APIs::ProductTypeDefinitions20200901::PropertyGroup
- Defined in:
- sig/peddler/apis/product_type_definitions_2020_09_01.rbs
Instance Attribute Summary collapse
-
#description ⇒ String?
readonly
Returns the value of attribute description.
-
#property_names ⇒ Array[String]?
readonly
Returns the value of attribute property_names.
-
#title ⇒ String?
readonly
Returns the value of attribute title.
Class Method Summary collapse
-
.[] ⇒ Object
-
.members ⇒ [ :description, :property_names, :title ]
-
.new ⇒ Object
-
.parse ⇒ Peddler::APIs::ProductTypeDefinitions20200901::PropertyGroup
Instance Method Summary collapse
-
#members ⇒ [ :description, :property_names, :title ]
-
#to_h ⇒ { description: String?, property_names: Array[String]?, title: String? }
Instance Attribute Details
#description ⇒ String? (readonly)
Returns the value of attribute description.
128 129 130 |
# File 'sig/peddler/apis/product_type_definitions_2020_09_01.rbs', line 128 def description @description end |
#property_names ⇒ Array[String]? (readonly)
Returns the value of attribute property_names.
129 130 131 |
# File 'sig/peddler/apis/product_type_definitions_2020_09_01.rbs', line 129 def property_names @property_names end |
#title ⇒ String? (readonly)
Returns the value of attribute title.
130 131 132 |
# File 'sig/peddler/apis/product_type_definitions_2020_09_01.rbs', line 130 def title @title end |
Class Method Details
.[](description:, property_names:, title:) ⇒ Peddler::APIs::ProductTypeDefinitions20200901::PropertyGroup .[](arg0, arg1, arg2) ⇒ Peddler::APIs::ProductTypeDefinitions20200901::PropertyGroup
121 122 |
# File 'sig/peddler/apis/product_type_definitions_2020_09_01.rbs', line 121
def self.[]: (?description: String?, ?property_names: Array[String]?, ?title: String?) -> Peddler::APIs::ProductTypeDefinitions20200901::PropertyGroup
| (String?, Array[String]?, String?) -> Peddler::APIs::ProductTypeDefinitions20200901::PropertyGroup
|
.members ⇒ [ :description, :property_names, :title ]
124 |
# File 'sig/peddler/apis/product_type_definitions_2020_09_01.rbs', line 124
def self.members: () -> [ :description, :property_names, :title ]
|
.new(description:, property_names:, title:) ⇒ Peddler::APIs::ProductTypeDefinitions20200901::PropertyGroup .new(arg0, arg1, arg2) ⇒ Peddler::APIs::ProductTypeDefinitions20200901::PropertyGroup
119 120 |
# File 'sig/peddler/apis/product_type_definitions_2020_09_01.rbs', line 119
def self.new: (?description: String?, ?property_names: Array[String]?, ?title: String?) -> Peddler::APIs::ProductTypeDefinitions20200901::PropertyGroup
| (String?, Array[String]?, String?) -> Peddler::APIs::ProductTypeDefinitions20200901::PropertyGroup
|
.parse ⇒ Peddler::APIs::ProductTypeDefinitions20200901::PropertyGroup
126 |
# File 'sig/peddler/apis/product_type_definitions_2020_09_01.rbs', line 126
def self.parse: (?Hash[String | Symbol, untyped], **untyped) -> Peddler::APIs::ProductTypeDefinitions20200901::PropertyGroup
|
Instance Method Details
#members ⇒ [ :description, :property_names, :title ]
132 |
# File 'sig/peddler/apis/product_type_definitions_2020_09_01.rbs', line 132
def members: () -> [ :description, :property_names, :title ]
|
#to_h ⇒ { description: String?, property_names: Array[String]?, title: String? }
133 |
# File 'sig/peddler/apis/product_type_definitions_2020_09_01.rbs', line 133
def to_h: () -> { description: String?, property_names: Array[String]?, title: String? }
|