Class: Peddler::APIs::ShippingV2::ShipperInstruction

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

Instance Attribute Summary collapse

Class Method Summary collapse

Instance Method Summary collapse

Instance Attribute Details

#delivery_notesString? (readonly)

Returns the value of attribute delivery_notes.

Returns:

  • (String, nil)


1734
1735
1736
# File 'sig/peddler/apis/shipping_v2.rbs', line 1734

def delivery_notes
  @delivery_notes
end

Class Method Details

.[](delivery_notes:) ⇒ Peddler::APIs::ShippingV2::ShipperInstruction .[](arg0) ⇒ Peddler::APIs::ShippingV2::ShipperInstruction

Overloads:



1727
1728
# File 'sig/peddler/apis/shipping_v2.rbs', line 1727

def self.[]: (?delivery_notes: String?) -> Peddler::APIs::ShippingV2::ShipperInstruction
| (String?) -> Peddler::APIs::ShippingV2::ShipperInstruction

.members[ :delivery_notes ]

Returns:

  • ([ :delivery_notes ])


1730
# File 'sig/peddler/apis/shipping_v2.rbs', line 1730

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

.new(delivery_notes:) ⇒ Peddler::APIs::ShippingV2::ShipperInstruction .new(arg0) ⇒ Peddler::APIs::ShippingV2::ShipperInstruction

Overloads:



1725
1726
# File 'sig/peddler/apis/shipping_v2.rbs', line 1725

def self.new: (?delivery_notes: String?) -> Peddler::APIs::ShippingV2::ShipperInstruction
| (String?) -> Peddler::APIs::ShippingV2::ShipperInstruction

.parsePeddler::APIs::ShippingV2::ShipperInstruction

Parameters:

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

Returns:



1732
# File 'sig/peddler/apis/shipping_v2.rbs', line 1732

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

Instance Method Details

#members[ :delivery_notes ]

Returns:

  • ([ :delivery_notes ])


1736
# File 'sig/peddler/apis/shipping_v2.rbs', line 1736

def members: () -> [ :delivery_notes ]

#to_h{ delivery_notes: String? }

Returns:

  • ({ delivery_notes: String? })


1737
# File 'sig/peddler/apis/shipping_v2.rbs', line 1737

def to_h: () -> { delivery_notes: String? }