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)


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

def name
  @name
end

Class Method Details

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



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

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

.members[ :name ]

Returns:

  • ([ :name ])


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

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

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



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

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:



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

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

Instance Method Details

#members[ :name ]

Returns:

  • ([ :name ])


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

def members: () -> [ :name ]

#to_h{ name: String }

Returns:

  • ({ name: String })


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

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