Class: ChannelAdvisor::ShippingServiceSOAP::GetShippingRateList
- Inherits:
-
Object
- Object
- ChannelAdvisor::ShippingServiceSOAP::GetShippingRateList
- Defined in:
- lib/channel_advisor/shipping_service/types.rb
Overview
/GetShippingRateList
accountID - SOAP::SOAPString
cartID - SOAP::SOAPInt
street - SOAP::SOAPString
city - SOAP::SOAPString
state - SOAP::SOAPString
postalCode - SOAP::SOAPString
country - SOAP::SOAPString
Instance Attribute Summary collapse
-
#accountID ⇒ Object
Returns the value of attribute accountID.
-
#cartID ⇒ Object
Returns the value of attribute cartID.
-
#city ⇒ Object
Returns the value of attribute city.
-
#country ⇒ Object
Returns the value of attribute country.
-
#postalCode ⇒ Object
Returns the value of attribute postalCode.
-
#state ⇒ Object
Returns the value of attribute state.
-
#street ⇒ Object
Returns the value of attribute street.
Instance Method Summary collapse
-
#initialize(accountID = nil, cartID = nil, street = nil, city = nil, state = nil, postalCode = nil, country = nil) ⇒ GetShippingRateList
constructor
A new instance of GetShippingRateList.
Constructor Details
#initialize(accountID = nil, cartID = nil, street = nil, city = nil, state = nil, postalCode = nil, country = nil) ⇒ GetShippingRateList
Returns a new instance of GetShippingRateList.
187 188 189 190 191 192 193 194 195 |
# File 'lib/channel_advisor/shipping_service/types.rb', line 187 def initialize(accountID = nil, cartID = nil, street = nil, city = nil, state = nil, postalCode = nil, country = nil) @accountID = accountID @cartID = cartID @street = street @city = city @state = state @postalCode = postalCode @country = country end |
Instance Attribute Details
#accountID ⇒ Object
Returns the value of attribute accountID.
179 180 181 |
# File 'lib/channel_advisor/shipping_service/types.rb', line 179 def accountID @accountID end |
#cartID ⇒ Object
Returns the value of attribute cartID.
180 181 182 |
# File 'lib/channel_advisor/shipping_service/types.rb', line 180 def cartID @cartID end |
#city ⇒ Object
Returns the value of attribute city.
182 183 184 |
# File 'lib/channel_advisor/shipping_service/types.rb', line 182 def city @city end |
#country ⇒ Object
Returns the value of attribute country.
185 186 187 |
# File 'lib/channel_advisor/shipping_service/types.rb', line 185 def country @country end |
#postalCode ⇒ Object
Returns the value of attribute postalCode.
184 185 186 |
# File 'lib/channel_advisor/shipping_service/types.rb', line 184 def postalCode @postalCode end |
#state ⇒ Object
Returns the value of attribute state.
183 184 185 |
# File 'lib/channel_advisor/shipping_service/types.rb', line 183 def state @state end |
#street ⇒ Object
Returns the value of attribute street.
181 182 183 |
# File 'lib/channel_advisor/shipping_service/types.rb', line 181 def street @street end |