Class: FedexWebServices::Soap::Ship::FreightSpecialServicePayment

Inherits:
Object
  • Object
show all
Defined in:
lib/fedex_web_services/soap/ShipServiceDefinitions.rb

Overview

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(specialService = nil, paymentType = nil) ⇒ FreightSpecialServicePayment

Returns a new instance of FreightSpecialServicePayment.



1668
1669
1670
1671
# File 'lib/fedex_web_services/soap/ShipServiceDefinitions.rb', line 1668

def initialize(specialService = nil, paymentType = nil)
  @specialService = specialService
  @paymentType = paymentType
end

Instance Attribute Details

#paymentTypeObject

Returns the value of attribute paymentType.



1666
1667
1668
# File 'lib/fedex_web_services/soap/ShipServiceDefinitions.rb', line 1666

def paymentType
  @paymentType
end

#specialServiceObject

Returns the value of attribute specialService.



1665
1666
1667
# File 'lib/fedex_web_services/soap/ShipServiceDefinitions.rb', line 1665

def specialService
  @specialService
end