Class: ShipEngine::Domain::Labels::CreateFromShipmentDetails::Response::InsuranceClaim

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:) ⇒ InsuranceClaim

Returns a new instance of InsuranceClaim.



129
130
131
132
# File 'lib/shipengine/domain/labels/create_from_shipment_details.rb', line 129

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

Instance Attribute Details

#hrefObject (readonly)

Returns the value of attribute href.



127
128
129
# File 'lib/shipengine/domain/labels/create_from_shipment_details.rb', line 127

def href
  @href
end

#typeObject (readonly)

Returns the value of attribute type.



127
128
129
# File 'lib/shipengine/domain/labels/create_from_shipment_details.rb', line 127

def type
  @type
end