Class: Peddler::APIs::FulfillmentInbound20240320::UpdateInboundPlanNameRequest

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

Instance Attribute Summary collapse

Class Method Summary collapse

Instance Method Summary collapse

Instance Attribute Details

#nameString (readonly)

Returns the value of attribute name.

Returns:

  • (String)


2043
2044
2045
# File 'sig/peddler/apis/fulfillment_inbound_2024_03_20.rbs', line 2043

def name
  @name
end

Class Method Details

.[](name:) ⇒ Peddler::APIs::FulfillmentInbound20240320::UpdateInboundPlanNameRequest .[](arg0) ⇒ Peddler::APIs::FulfillmentInbound20240320::UpdateInboundPlanNameRequest



2036
2037
# File 'sig/peddler/apis/fulfillment_inbound_2024_03_20.rbs', line 2036

def self.[]: (name: String) -> Peddler::APIs::FulfillmentInbound20240320::UpdateInboundPlanNameRequest
| (String) -> Peddler::APIs::FulfillmentInbound20240320::UpdateInboundPlanNameRequest

.members[ :name ]

Returns:

  • ([ :name ])


2039
# File 'sig/peddler/apis/fulfillment_inbound_2024_03_20.rbs', line 2039

def self.members: () -> [ :name ]

.new(name:) ⇒ Peddler::APIs::FulfillmentInbound20240320::UpdateInboundPlanNameRequest .new(arg0) ⇒ Peddler::APIs::FulfillmentInbound20240320::UpdateInboundPlanNameRequest



2034
2035
# File 'sig/peddler/apis/fulfillment_inbound_2024_03_20.rbs', line 2034

def self.new: (name: String) -> Peddler::APIs::FulfillmentInbound20240320::UpdateInboundPlanNameRequest
| (String) -> Peddler::APIs::FulfillmentInbound20240320::UpdateInboundPlanNameRequest

.parsePeddler::APIs::FulfillmentInbound20240320::UpdateInboundPlanNameRequest

Parameters:

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

Returns:



2041
# File 'sig/peddler/apis/fulfillment_inbound_2024_03_20.rbs', line 2041

def self.parse: (?Hash[String | Symbol, untyped], **untyped) -> Peddler::APIs::FulfillmentInbound20240320::UpdateInboundPlanNameRequest

Instance Method Details

#members[ :name ]

Returns:

  • ([ :name ])


2045
# File 'sig/peddler/apis/fulfillment_inbound_2024_03_20.rbs', line 2045

def members: () -> [ :name ]

#to_h{ name: String }

Returns:

  • ({ name: String })


2046
# File 'sig/peddler/apis/fulfillment_inbound_2024_03_20.rbs', line 2046

def to_h: () -> { name: String }