Class: FedexWebServices::Soap::Rate::FreightSpecialServicePayment

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

Overview

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

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

Returns a new instance of FreightSpecialServicePayment.



1367
1368
1369
1370
# File 'lib/fedex_web_services/soap/RateServiceDefinitions.rb', line 1367

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

Instance Attribute Details

#paymentTypeObject

Returns the value of attribute paymentType.



1365
1366
1367
# File 'lib/fedex_web_services/soap/RateServiceDefinitions.rb', line 1365

def paymentType
  @paymentType
end

#specialServiceObject

Returns the value of attribute specialService.



1364
1365
1366
# File 'lib/fedex_web_services/soap/RateServiceDefinitions.rb', line 1364

def specialService
  @specialService
end