Class: ActiveNetsuite::SsoPassport

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.comSsoPassport

authenticationToken - SOAP::SOAPString
partnerId - SOAP::SOAPString
partnerAccount - SOAP::SOAPString

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(authenticationToken = nil, partnerId = nil, partnerAccount = nil) ⇒ SsoPassport

Returns a new instance of SsoPassport.



34
35
36
37
38
# File 'lib/activenetsuite/soap/default.rb', line 34

def initialize(authenticationToken = nil, partnerId = nil, partnerAccount = nil)
  @authenticationToken = authenticationToken
  @partnerId = partnerId
  @partnerAccount = partnerAccount
end

Instance Attribute Details

#authenticationTokenObject

Returns the value of attribute authenticationToken.



30
31
32
# File 'lib/activenetsuite/soap/default.rb', line 30

def authenticationToken
  @authenticationToken
end

#partnerAccountObject

Returns the value of attribute partnerAccount.



32
33
34
# File 'lib/activenetsuite/soap/default.rb', line 32

def partnerAccount
  @partnerAccount
end

#partnerIdObject

Returns the value of attribute partnerId.



31
32
33
# File 'lib/activenetsuite/soap/default.rb', line 31

def partnerId
  @partnerId
end