Class: Peddler::APIs::ShippingV1::RetrieveShippingLabelResult

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

Instance Attribute Summary collapse

Class Method Summary collapse

Instance Method Summary collapse

Instance Attribute Details

#label_specificationPeddler::APIs::ShippingV1::LabelSpecification (readonly)

Returns the value of attribute label_specification.



635
636
637
# File 'sig/peddler/apis/shipping_v1.rbs', line 635

def label_specification
  @label_specification
end

#label_streamString (readonly)

Returns the value of attribute label_stream.

Returns:

  • (String)


636
637
638
# File 'sig/peddler/apis/shipping_v1.rbs', line 636

def label_stream
  @label_stream
end

Class Method Details

.[](label_specification:, label_stream:) ⇒ Peddler::APIs::ShippingV1::RetrieveShippingLabelResult .[](arg0, arg1) ⇒ Peddler::APIs::ShippingV1::RetrieveShippingLabelResult



628
629
# File 'sig/peddler/apis/shipping_v1.rbs', line 628

def self.[]: (label_specification: Peddler::APIs::ShippingV1::LabelSpecification, label_stream: String) -> Peddler::APIs::ShippingV1::RetrieveShippingLabelResult
| (Peddler::APIs::ShippingV1::LabelSpecification, String) -> Peddler::APIs::ShippingV1::RetrieveShippingLabelResult

.members[ :label_specification, :label_stream ]

Returns:

  • ([ :label_specification, :label_stream ])


631
# File 'sig/peddler/apis/shipping_v1.rbs', line 631

def self.members: () -> [ :label_specification, :label_stream ]

.new(label_specification:, label_stream:) ⇒ Peddler::APIs::ShippingV1::RetrieveShippingLabelResult .new(arg0, arg1) ⇒ Peddler::APIs::ShippingV1::RetrieveShippingLabelResult



626
627
# File 'sig/peddler/apis/shipping_v1.rbs', line 626

def self.new: (label_specification: Peddler::APIs::ShippingV1::LabelSpecification, label_stream: String) -> Peddler::APIs::ShippingV1::RetrieveShippingLabelResult
| (Peddler::APIs::ShippingV1::LabelSpecification, String) -> Peddler::APIs::ShippingV1::RetrieveShippingLabelResult

.parsePeddler::APIs::ShippingV1::RetrieveShippingLabelResult

Parameters:

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

Returns:



633
# File 'sig/peddler/apis/shipping_v1.rbs', line 633

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

Instance Method Details

#members[ :label_specification, :label_stream ]

Returns:

  • ([ :label_specification, :label_stream ])


638
# File 'sig/peddler/apis/shipping_v1.rbs', line 638

def members: () -> [ :label_specification, :label_stream ]

#to_h{ label_specification: Peddler::APIs::ShippingV1::LabelSpecification, label_stream: String }

Returns:



639
# File 'sig/peddler/apis/shipping_v1.rbs', line 639

def to_h: () -> { label_specification: Peddler::APIs::ShippingV1::LabelSpecification, label_stream: String }