Class: ActiveNetsuite::LandedCostSummary

Inherits:
Object
  • Object
show all
Defined in:
lib/activenetsuite/soap/default.rb

Overview

urn:common_2013_2urn:common_2013_2.platformurn:common_2013_2.platform.webservicesurn:common_2013_2.platform.webservices.netsuiteurn:common_2013_2.platform.webservices.netsuite.comLandedCostSummary

category - ActiveNetsuite::RecordRef
amount - SOAP::SOAPDouble
source - ActiveNetsuite::LandedCostSource
transaction - ActiveNetsuite::RecordRef

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(category = nil, amount = nil, source = nil, transaction = nil) ⇒ LandedCostSummary

Returns a new instance of LandedCostSummary.



49815
49816
49817
49818
49819
49820
# File 'lib/activenetsuite/soap/default.rb', line 49815

def initialize(category = nil, amount = nil, source = nil, transaction = nil)
  @category = category
  @amount = amount
  @source = source
  @transaction = transaction
end

Instance Attribute Details

#amountObject

Returns the value of attribute amount.



49811
49812
49813
# File 'lib/activenetsuite/soap/default.rb', line 49811

def amount
  @amount
end

#categoryObject

Returns the value of attribute category.



49810
49811
49812
# File 'lib/activenetsuite/soap/default.rb', line 49810

def category
  @category
end

#sourceObject

Returns the value of attribute source.



49812
49813
49814
# File 'lib/activenetsuite/soap/default.rb', line 49812

def source
  @source
end

#transactionObject

Returns the value of attribute transaction.



49813
49814
49815
# File 'lib/activenetsuite/soap/default.rb', line 49813

def transaction
  @transaction
end