Class: Peddler::APIs::ProductTypeDefinitions20200901::PropertyGroup

Inherits:
Data
  • Object
show all
Defined in:
sig/peddler/apis/product_type_definitions_2020_09_01.rbs

Instance Attribute Summary collapse

Class Method Summary collapse

Instance Method Summary collapse

Instance Attribute Details

#descriptionString? (readonly)

Returns the value of attribute description.

Returns:

  • (String, nil)


128
129
130
# File 'sig/peddler/apis/product_type_definitions_2020_09_01.rbs', line 128

def description
  @description
end

#property_namesArray[String]? (readonly)

Returns the value of attribute property_names.

Returns:

  • (Array[String], nil)


129
130
131
# File 'sig/peddler/apis/product_type_definitions_2020_09_01.rbs', line 129

def property_names
  @property_names
end

#titleString? (readonly)

Returns the value of attribute title.

Returns:

  • (String, nil)


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

Overloads:



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 ]

Returns:

  • ([ :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

Overloads:



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

.parsePeddler::APIs::ProductTypeDefinitions20200901::PropertyGroup

Parameters:

  • (Hash[String | Symbol, untyped])
  • (Object)

Returns:



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 ]

Returns:

  • ([ :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? }

Returns:

  • ({ 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? }