class ActiveNetsuite::PhoneCallContactList

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

contact - ActiveNetsuite::PhoneCallContact
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 50178
def initialize(contact = [])
  @contact = contact
  @__xmlattr = {}
end

Public Instance Methods

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