Class: Peddler::APIs::ShippingV1::RetrieveShippingLabelRequest

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.



602
603
604
# File 'sig/peddler/apis/shipping_v1.rbs', line 602

def label_specification
  @label_specification
end

Class Method Details

.[](label_specification:) ⇒ Peddler::APIs::ShippingV1::RetrieveShippingLabelRequest .[](arg0) ⇒ Peddler::APIs::ShippingV1::RetrieveShippingLabelRequest



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

def self.[]: (label_specification: Peddler::APIs::ShippingV1::LabelSpecification) -> Peddler::APIs::ShippingV1::RetrieveShippingLabelRequest
| (Peddler::APIs::ShippingV1::LabelSpecification) -> Peddler::APIs::ShippingV1::RetrieveShippingLabelRequest

.members[ :label_specification ]

Returns:

  • ([ :label_specification ])


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

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

.new(label_specification:) ⇒ Peddler::APIs::ShippingV1::RetrieveShippingLabelRequest .new(arg0) ⇒ Peddler::APIs::ShippingV1::RetrieveShippingLabelRequest



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

def self.new: (label_specification: Peddler::APIs::ShippingV1::LabelSpecification) -> Peddler::APIs::ShippingV1::RetrieveShippingLabelRequest
| (Peddler::APIs::ShippingV1::LabelSpecification) -> Peddler::APIs::ShippingV1::RetrieveShippingLabelRequest

.parsePeddler::APIs::ShippingV1::RetrieveShippingLabelRequest

Parameters:

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

Returns:



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

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

Instance Method Details

#members[ :label_specification ]

Returns:

  • ([ :label_specification ])


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

def members: () -> [ :label_specification ]

#to_h{ label_specification: Peddler::APIs::ShippingV1::LabelSpecification }

Returns:



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

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