class ActiveNetsuite::TopicSolutionList
{urn:support_2013_2.lists.webservices.netsuite.com}TopicSolutionList
solution - ActiveNetsuite::TopicSolution xmlattr_replaceAll - SOAP::SOAPBoolean
Constants
- AttrReplaceAll
Attributes
solution[RW]
Public Class Methods
new(solution = [])
click to toggle source
# File lib/activenetsuite/soap/default.rb, line 51835 def initialize(solution = []) @solution = solution @__xmlattr = {} end
Public Instance Methods
__xmlattr()
click to toggle source
# File lib/activenetsuite/soap/default.rb, line 51823 def __xmlattr @__xmlattr ||= {} end
xmlattr_replaceAll()
click to toggle source
# File lib/activenetsuite/soap/default.rb, line 51827 def xmlattr_replaceAll __xmlattr[AttrReplaceAll] end
xmlattr_replaceAll=(value)
click to toggle source
# File lib/activenetsuite/soap/default.rb, line 51831 def xmlattr_replaceAll=(value) __xmlattr[AttrReplaceAll] = value end