Class: FedexWebServices::Soap::Rate::FreightRateNotation

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

Overview

http://fedex.com/ws/rate/v13FreightRateNotation

code - SOAP::SOAPString
description - SOAP::SOAPString

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(code = nil, description = nil) ⇒ FreightRateNotation

Returns a new instance of FreightRateNotation.



1231
1232
1233
1234
# File 'lib/fedex_web_services/soap/RateServiceDefinitions.rb', line 1231

def initialize(code = nil, description = nil)
  @code = code
  @description = description
end

Instance Attribute Details

#codeObject

Returns the value of attribute code.



1228
1229
1230
# File 'lib/fedex_web_services/soap/RateServiceDefinitions.rb', line 1228

def code
  @code
end

#descriptionObject

Returns the value of attribute description.



1229
1230
1231
# File 'lib/fedex_web_services/soap/RateServiceDefinitions.rb', line 1229

def description
  @description
end