class Northern911Api::Customer

Attributes

configuration[R]

Public Class Methods

new(*operations) click to toggle source

client wsdl: “soapdev.northern911.com/soap/Service.svc?xsd=xsd2” client wsdl: “soapdev.northern911.com/soap/Service.svc?wsdl

# File lib/Northern911Api/model/customer.rb, line 11
  def initialize(*operations)
    @configuration = Northern911Api.configuration
    self.class.client wsdl: configuration.wsdl
operations.each { |operation| self.class.operations operation }
  end