class ActiveNetsuite::ItemFulfillmentShipGroupList

{urn:sales_2013_2.transactions.webservices.netsuite.com}ItemFulfillmentShipGroupList

shipGroup - ActiveNetsuite::TransactionShipGroup
xmlattr_replaceAll - SOAP::SOAPBoolean

Constants

AttrReplaceAll

Attributes

shipGroup[RW]

Public Class Methods

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

Public Instance Methods

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