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

Class Attribute Details

.api_keyObject

Returns the value of attribute api_key.



20
21
22
# File 'lib/shipvine.rb', line 20

def api_key
  @api_key
end

.merchant_codeObject

Returns the value of attribute merchant_code.



20
21
22
# File 'lib/shipvine.rb', line 20

def merchant_code
  @merchant_code
end

.testmodeObject

Returns the value of attribute testmode.



20
21
22
# File 'lib/shipvine.rb', line 20

def testmode
  @testmode
end

.validate_xmlObject

Returns the value of attribute validate_xml.



20
21
22
# File 'lib/shipvine.rb', line 20

def validate_xml
  @validate_xml
end