Module: Shipvine
- Defined in:
- lib/shipvine.rb,
lib/shipvine/base.rb,
lib/shipvine/item.rb,
lib/shipvine/error.rb,
lib/shipvine/client.rb,
lib/shipvine/version.rb,
lib/shipvine/item_group.rb,
lib/shipvine/bill_of_lading.rb,
lib/shipvine/inbound_shipment.rb,
lib/shipvine/outbound_shipment.rb,
lib/shipvine/fulfillment_request.rb
Defined Under Namespace
Classes: Base, BillOfLading, Client, Error, FulfillmentRequest, InboundShipment, Item, ItemGroup, OutboundShipment
Constant Summary collapse
- VERSION =
"0.1.1"
Class Attribute Summary collapse
-
.api_key ⇒ Object
Returns the value of attribute api_key.
-
.merchant_code ⇒ Object
Returns the value of attribute merchant_code.
-
.testmode ⇒ Object
Returns the value of attribute testmode.
-
.validate_xml ⇒ Object
Returns the value of attribute validate_xml.
Class Attribute Details
.api_key ⇒ Object
Returns the value of attribute api_key.
20 21 22 |
# File 'lib/shipvine.rb', line 20 def api_key @api_key end |
.merchant_code ⇒ Object
Returns the value of attribute merchant_code.
20 21 22 |
# File 'lib/shipvine.rb', line 20 def merchant_code @merchant_code end |
.testmode ⇒ Object
Returns the value of attribute testmode.
20 21 22 |
# File 'lib/shipvine.rb', line 20 def testmode @testmode end |
.validate_xml ⇒ Object
Returns the value of attribute validate_xml.
20 21 22 |
# File 'lib/shipvine.rb', line 20 def validate_xml @validate_xml end |