Sha256: 1c9082ebe354b155efc9784adb42f438c86d949565065573ad497493b9ed152e

Contents?: true

Size: 527 Bytes

Versions: 4

Compression:

Stored size: 527 Bytes

Contents

require File.join(File.dirname(__FILE__), "spec_helper.rb")

describe Quickbooks::QbxmlBase do

  it "should have a type conversion map with all qb types" do
  end

  it "should build up a wrapper object given an attribute hash" do
  end

  it "should convert a wrapper object to its equivalent qbxml" do
  end

  it "should return the attribute values of the wrapper object" do
  end

  it "should return the attribute names of the wrapper class" do
  end

  it "should return the type map of the wrapper class" do
  end

end

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
quickbooks_api-0.0.7 spec/quickbooks/qbxml_spec.rb
quickbooks_api-0.0.4 spec/quickbooks/qbxml_spec.rb
quickbooks_api-0.0.3 spec/quickbooks/qbxml_spec.rb
quickbooks_api-0.0.2 spec/quickbooks/qbxml_spec.rb