Class: ShipEngine::Domain::Labels::CreateFromShipmentDetails::Response::FormDownload

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(href:, type:) ⇒ FormDownload

Returns a new instance of FormDownload.



120
121
122
123
# File 'lib/shipengine/domain/labels/create_from_shipment_details.rb', line 120

def initialize(href:, type:)
  @href = href
  @type = type
end

Instance Attribute Details

#hrefObject (readonly)

Returns the value of attribute href.



118
119
120
# File 'lib/shipengine/domain/labels/create_from_shipment_details.rb', line 118

def href
  @href
end

#typeObject (readonly)

Returns the value of attribute type.



118
119
120
# File 'lib/shipengine/domain/labels/create_from_shipment_details.rb', line 118

def type
  @type
end