Class: ActiveNetsuite::BillingRatesMatrix
- Inherits:
-
Object
- Object
- ActiveNetsuite::BillingRatesMatrix
- Defined in:
- lib/activenetsuite/soap/default.rb
Overview
urn:accounting_2013_2urn:accounting_2013_2.listsurn:accounting_2013_2.lists.webservicesurn:accounting_2013_2.lists.webservices.netsuiteurn:accounting_2013_2.lists.webservices.netsuite.comBillingRatesMatrix
billingRates - ActiveNetsuite::BillingRates
xmlattr_replaceAll - SOAP::SOAPBoolean
Constant Summary collapse
- AttrReplaceAll =
XSD::QName.new(nil, "replaceAll")
Instance Attribute Summary collapse
-
#billingRates ⇒ Object
Returns the value of attribute billingRates.
Instance Method Summary collapse
- #__xmlattr ⇒ Object
-
#initialize(billingRates = []) ⇒ BillingRatesMatrix
constructor
A new instance of BillingRatesMatrix.
- #xmlattr_replaceAll ⇒ Object
- #xmlattr_replaceAll=(value) ⇒ Object
Constructor Details
#initialize(billingRates = []) ⇒ BillingRatesMatrix
Returns a new instance of BillingRatesMatrix.
52082 52083 52084 52085 |
# File 'lib/activenetsuite/soap/default.rb', line 52082 def initialize(billingRates = []) @billingRates = billingRates @__xmlattr = {} end |
Instance Attribute Details
#billingRates ⇒ Object
Returns the value of attribute billingRates.
52068 52069 52070 |
# File 'lib/activenetsuite/soap/default.rb', line 52068 def billingRates @billingRates end |
Instance Method Details
#__xmlattr ⇒ Object
52070 52071 52072 |
# File 'lib/activenetsuite/soap/default.rb', line 52070 def __xmlattr @__xmlattr ||= {} end |
#xmlattr_replaceAll ⇒ Object
52074 52075 52076 |
# File 'lib/activenetsuite/soap/default.rb', line 52074 def xmlattr_replaceAll __xmlattr[AttrReplaceAll] end |
#xmlattr_replaceAll=(value) ⇒ Object
52078 52079 52080 |
# File 'lib/activenetsuite/soap/default.rb', line 52078 def xmlattr_replaceAll=(value) __xmlattr[AttrReplaceAll] = value end |