Class: ActiveNetsuite::DataCenterUrls

Inherits:
Object
  • Object
show all
Defined in:
lib/activenetsuite/soap/default.rb

Overview

urn:core_2013_2urn:core_2013_2.platformurn:core_2013_2.platform.webservicesurn:core_2013_2.platform.webservices.netsuiteurn:core_2013_2.platform.webservices.netsuite.comDataCenterUrls

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

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(restDomain = nil, webservicesDomain = nil, systemDomain = nil) ⇒ DataCenterUrls

Returns a new instance of DataCenterUrls.



48132
48133
48134
48135
48136
# File 'lib/activenetsuite/soap/default.rb', line 48132

def initialize(restDomain = nil, webservicesDomain = nil, systemDomain = nil)
  @restDomain = restDomain
  @webservicesDomain = webservicesDomain
  @systemDomain = systemDomain
end

Instance Attribute Details

#restDomainObject

Returns the value of attribute restDomain.



48128
48129
48130
# File 'lib/activenetsuite/soap/default.rb', line 48128

def restDomain
  @restDomain
end

#systemDomainObject

Returns the value of attribute systemDomain.



48130
48131
48132
# File 'lib/activenetsuite/soap/default.rb', line 48130

def systemDomain
  @systemDomain
end

#webservicesDomainObject

Returns the value of attribute webservicesDomain.



48129
48130
48131
# File 'lib/activenetsuite/soap/default.rb', line 48129

def webservicesDomain
  @webservicesDomain
end