Class: ActiveNetsuite::LandedCostData
- Inherits:
-
Object
- Object
- ActiveNetsuite::LandedCostData
- 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.comLandedCostData
costCategory - ActiveNetsuite::RecordRef
amount - SOAP::SOAPDouble
Instance Attribute Summary collapse
-
#amount ⇒ Object
Returns the value of attribute amount.
-
#costCategory ⇒ Object
Returns the value of attribute costCategory.
Instance Method Summary collapse
-
#initialize(costCategory = nil, amount = nil) ⇒ LandedCostData
constructor
A new instance of LandedCostData.
Constructor Details
#initialize(costCategory = nil, amount = nil) ⇒ LandedCostData
Returns a new instance of LandedCostData.
49798 49799 49800 49801 |
# File 'lib/activenetsuite/soap/default.rb', line 49798 def initialize(costCategory = nil, amount = nil) @costCategory = costCategory @amount = amount end |
Instance Attribute Details
#amount ⇒ Object
Returns the value of attribute amount.
49796 49797 49798 |
# File 'lib/activenetsuite/soap/default.rb', line 49796 def amount @amount end |
#costCategory ⇒ Object
Returns the value of attribute costCategory.
49795 49796 49797 |
# File 'lib/activenetsuite/soap/default.rb', line 49795 def costCategory @costCategory end |