class ActiveNetsuite::TaskContactList

{urn:scheduling_2013_2.activities.webservices.netsuite.com}TaskContactList

contact - ActiveNetsuite::TaskContact
xmlattr_replaceAll - SOAP::SOAPBoolean

Constants

AttrReplaceAll

Attributes

contact[RW]

Public Class Methods

new(contact = []) click to toggle source
# File lib/activenetsuite/soap/default.rb, line 50133
def initialize(contact = [])
  @contact = contact
  @__xmlattr = {}
end

Public Instance Methods

__xmlattr() click to toggle source
# File lib/activenetsuite/soap/default.rb, line 50121
def __xmlattr
  @__xmlattr ||= {}
end
xmlattr_replaceAll() click to toggle source
# File lib/activenetsuite/soap/default.rb, line 50125
def xmlattr_replaceAll
  __xmlattr[AttrReplaceAll]
end
xmlattr_replaceAll=(value) click to toggle source
# File lib/activenetsuite/soap/default.rb, line 50129
def xmlattr_replaceAll=(value)
  __xmlattr[AttrReplaceAll] = value
end