Class: Zuora::Billing::Api

Inherits:
Object
  • Object
show all
Includes:
Singleton
Defined in:
lib/zuora/api.rb

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initializeApi

Returns a new instance of Api.



11
12
13
# File 'lib/zuora/api.rb', line 11

def initialize
  @driver = ZUORA::Soap.new
end

Instance Attribute Details

#driverObject (readonly)

Returns the value of attribute driver.



15
16
17
# File 'lib/zuora/api.rb', line 15

def driver
  @driver
end