class ActiveNetsuite::DataCenterUrls

{urn:core_2013_2.platform.webservices.netsuite.com}DataCenterUrls

restDomain - SOAP::SOAPString
webservicesDomain - SOAP::SOAPString
systemDomain - SOAP::SOAPString

Attributes

restDomain[RW]
systemDomain[RW]
webservicesDomain[RW]

Public Class Methods

new(restDomain = nil, webservicesDomain = nil, systemDomain = nil) click to toggle source
# File lib/activenetsuite/soap/default.rb, line 48132
def initialize(restDomain = nil, webservicesDomain = nil, systemDomain = nil)
  @restDomain = restDomain
  @webservicesDomain = webservicesDomain
  @systemDomain = systemDomain
end