Class: ShipEngine::Domain::Labels::CreateFromShipmentDetails::Response::Package::LabelMessages

Inherits:
Object
  • Object
show all
Defined in:
lib/shipengine/domain/labels/create_from_shipment_details.rb

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(reference1:, reference2:, reference3:) ⇒ LabelMessages

Returns a new instance of LabelMessages.



98
99
100
101
102
# File 'lib/shipengine/domain/labels/create_from_shipment_details.rb', line 98

def initialize(reference1:, reference2:, reference3:)
  @reference1 = reference1
  @reference2 = reference2
  @reference3 = reference3
end

Instance Attribute Details

#reference1Object (readonly)

Returns the value of attribute reference1.



96
97
98
# File 'lib/shipengine/domain/labels/create_from_shipment_details.rb', line 96

def reference1
  @reference1
end

#reference2Object (readonly)

Returns the value of attribute reference2.



96
97
98
# File 'lib/shipengine/domain/labels/create_from_shipment_details.rb', line 96

def reference2
  @reference2
end

#reference3Object (readonly)

Returns the value of attribute reference3.



96
97
98
# File 'lib/shipengine/domain/labels/create_from_shipment_details.rb', line 96

def reference3
  @reference3
end