Why Gemfury? Push, build, and install  RubyGems npm packages Python packages Maven artifacts PHP packages Go Modules Debian packages RPM packages NuGet packages

Repository URL to install this package:

Details    
quickbooks-ruby / lib / quickbooks / model / other_contact_info.rb
Size: Mime:
module Quickbooks
  module Model
    class OtherContactInfo < BaseModel
      xml_accessor :type, :from => 'Type'
      xml_accessor :telephone, :from => 'Telephone', :as => TelephoneNumber
    end
  end
end