Class: PortfolioManager::Xml::WasteMeterEntryType
- Inherits:
-
Object
- Object
- PortfolioManager::Xml::WasteMeterEntryType
- Defined in:
- lib/portfolio_manager/xml.rb
Overview
{}wasteMeterEntryType
Constant Summary collapse
- AttrEstimatedValue =
XSD::QName.new(nil, "estimatedValue")
Instance Attribute Summary collapse
- #audit ⇒ PortfolioManager::Xml::LogType
- #averagePercentFull ⇒ SOAP::SOAPLong
- #cost ⇒ Object
- #disposalDestination ⇒ PortfolioManager::Xml::DisposalDestinationType
- #endDate ⇒ SOAP::SOAPDate
- #id ⇒ SOAP::SOAPLong
- #quantity ⇒ SOAP::SOAPDecimal
- #startDate ⇒ SOAP::SOAPDate
- #timesEmptied ⇒ SOAP::SOAPDecimal
- #xmlattr_estimatedValue ⇒ SOAP::SOAPBoolean
Instance Method Summary collapse
- #__xmlattr ⇒ Object
-
#initialize(id = nil, startDate = nil, endDate = nil, quantity = nil, timesEmptied = nil, averagePercentFull = nil, cost = nil, disposalDestination = nil, audit = nil) ⇒ WasteMeterEntryType
constructor
A new instance of WasteMeterEntryType.
Constructor Details
#initialize(id = nil, startDate = nil, endDate = nil, quantity = nil, timesEmptied = nil, averagePercentFull = nil, cost = nil, disposalDestination = nil, audit = nil) ⇒ WasteMeterEntryType
Returns a new instance of WasteMeterEntryType.
7482 7483 7484 7485 7486 7487 7488 7489 7490 7491 7492 7493 |
# File 'lib/portfolio_manager/xml.rb', line 7482 def initialize(id = nil, startDate = nil, endDate = nil, quantity = nil, timesEmptied = nil, averagePercentFull = nil, cost = nil, disposalDestination = nil, audit = nil) @id = id @startDate = startDate @endDate = endDate @quantity = quantity @timesEmptied = timesEmptied @averagePercentFull = averagePercentFull @cost = cost @disposalDestination = disposalDestination @audit = audit @__xmlattr = {} end |
Instance Attribute Details
#audit ⇒ PortfolioManager::Xml::LogType
7457 7458 7459 7460 7461 7462 7463 7464 7465 7466 7467 7468 7469 7470 7471 7472 7473 7474 7475 7476 7477 7478 7479 7480 7481 7482 7483 7484 7485 7486 7487 7488 7489 7490 7491 7492 7493 7494 |
# File 'lib/portfolio_manager/xml.rb', line 7457 class WasteMeterEntryType AttrEstimatedValue = XSD::QName.new(nil, "estimatedValue") attr_accessor :id attr_accessor :startDate attr_accessor :endDate attr_accessor :quantity attr_accessor :timesEmptied attr_accessor :averagePercentFull attr_accessor :cost attr_accessor :disposalDestination attr_accessor :audit def __xmlattr @__xmlattr ||= {} end def xmlattr_estimatedValue __xmlattr[AttrEstimatedValue] end def xmlattr_estimatedValue=(value) __xmlattr[AttrEstimatedValue] = value end def initialize(id = nil, startDate = nil, endDate = nil, quantity = nil, timesEmptied = nil, averagePercentFull = nil, cost = nil, disposalDestination = nil, audit = nil) @id = id @startDate = startDate @endDate = endDate @quantity = quantity @timesEmptied = timesEmptied @averagePercentFull = averagePercentFull @cost = cost @disposalDestination = disposalDestination @audit = audit @__xmlattr = {} end end |
#averagePercentFull ⇒ SOAP::SOAPLong
7457 7458 7459 7460 7461 7462 7463 7464 7465 7466 7467 7468 7469 7470 7471 7472 7473 7474 7475 7476 7477 7478 7479 7480 7481 7482 7483 7484 7485 7486 7487 7488 7489 7490 7491 7492 7493 7494 |
# File 'lib/portfolio_manager/xml.rb', line 7457 class WasteMeterEntryType AttrEstimatedValue = XSD::QName.new(nil, "estimatedValue") attr_accessor :id attr_accessor :startDate attr_accessor :endDate attr_accessor :quantity attr_accessor :timesEmptied attr_accessor :averagePercentFull attr_accessor :cost attr_accessor :disposalDestination attr_accessor :audit def __xmlattr @__xmlattr ||= {} end def xmlattr_estimatedValue __xmlattr[AttrEstimatedValue] end def xmlattr_estimatedValue=(value) __xmlattr[AttrEstimatedValue] = value end def initialize(id = nil, startDate = nil, endDate = nil, quantity = nil, timesEmptied = nil, averagePercentFull = nil, cost = nil, disposalDestination = nil, audit = nil) @id = id @startDate = startDate @endDate = endDate @quantity = quantity @timesEmptied = timesEmptied @averagePercentFull = averagePercentFull @cost = cost @disposalDestination = disposalDestination @audit = audit @__xmlattr = {} end end |
#cost ⇒ Object
7457 7458 7459 7460 7461 7462 7463 7464 7465 7466 7467 7468 7469 7470 7471 7472 7473 7474 7475 7476 7477 7478 7479 7480 7481 7482 7483 7484 7485 7486 7487 7488 7489 7490 7491 7492 7493 7494 |
# File 'lib/portfolio_manager/xml.rb', line 7457 class WasteMeterEntryType AttrEstimatedValue = XSD::QName.new(nil, "estimatedValue") attr_accessor :id attr_accessor :startDate attr_accessor :endDate attr_accessor :quantity attr_accessor :timesEmptied attr_accessor :averagePercentFull attr_accessor :cost attr_accessor :disposalDestination attr_accessor :audit def __xmlattr @__xmlattr ||= {} end def xmlattr_estimatedValue __xmlattr[AttrEstimatedValue] end def xmlattr_estimatedValue=(value) __xmlattr[AttrEstimatedValue] = value end def initialize(id = nil, startDate = nil, endDate = nil, quantity = nil, timesEmptied = nil, averagePercentFull = nil, cost = nil, disposalDestination = nil, audit = nil) @id = id @startDate = startDate @endDate = endDate @quantity = quantity @timesEmptied = timesEmptied @averagePercentFull = averagePercentFull @cost = cost @disposalDestination = disposalDestination @audit = audit @__xmlattr = {} end end |
#disposalDestination ⇒ PortfolioManager::Xml::DisposalDestinationType
7457 7458 7459 7460 7461 7462 7463 7464 7465 7466 7467 7468 7469 7470 7471 7472 7473 7474 7475 7476 7477 7478 7479 7480 7481 7482 7483 7484 7485 7486 7487 7488 7489 7490 7491 7492 7493 7494 |
# File 'lib/portfolio_manager/xml.rb', line 7457 class WasteMeterEntryType AttrEstimatedValue = XSD::QName.new(nil, "estimatedValue") attr_accessor :id attr_accessor :startDate attr_accessor :endDate attr_accessor :quantity attr_accessor :timesEmptied attr_accessor :averagePercentFull attr_accessor :cost attr_accessor :disposalDestination attr_accessor :audit def __xmlattr @__xmlattr ||= {} end def xmlattr_estimatedValue __xmlattr[AttrEstimatedValue] end def xmlattr_estimatedValue=(value) __xmlattr[AttrEstimatedValue] = value end def initialize(id = nil, startDate = nil, endDate = nil, quantity = nil, timesEmptied = nil, averagePercentFull = nil, cost = nil, disposalDestination = nil, audit = nil) @id = id @startDate = startDate @endDate = endDate @quantity = quantity @timesEmptied = timesEmptied @averagePercentFull = averagePercentFull @cost = cost @disposalDestination = disposalDestination @audit = audit @__xmlattr = {} end end |
#endDate ⇒ SOAP::SOAPDate
7457 7458 7459 7460 7461 7462 7463 7464 7465 7466 7467 7468 7469 7470 7471 7472 7473 7474 7475 7476 7477 7478 7479 7480 7481 7482 7483 7484 7485 7486 7487 7488 7489 7490 7491 7492 7493 7494 |
# File 'lib/portfolio_manager/xml.rb', line 7457 class WasteMeterEntryType AttrEstimatedValue = XSD::QName.new(nil, "estimatedValue") attr_accessor :id attr_accessor :startDate attr_accessor :endDate attr_accessor :quantity attr_accessor :timesEmptied attr_accessor :averagePercentFull attr_accessor :cost attr_accessor :disposalDestination attr_accessor :audit def __xmlattr @__xmlattr ||= {} end def xmlattr_estimatedValue __xmlattr[AttrEstimatedValue] end def xmlattr_estimatedValue=(value) __xmlattr[AttrEstimatedValue] = value end def initialize(id = nil, startDate = nil, endDate = nil, quantity = nil, timesEmptied = nil, averagePercentFull = nil, cost = nil, disposalDestination = nil, audit = nil) @id = id @startDate = startDate @endDate = endDate @quantity = quantity @timesEmptied = timesEmptied @averagePercentFull = averagePercentFull @cost = cost @disposalDestination = disposalDestination @audit = audit @__xmlattr = {} end end |
#id ⇒ SOAP::SOAPLong
7457 7458 7459 7460 7461 7462 7463 7464 7465 7466 7467 7468 7469 7470 7471 7472 7473 7474 7475 7476 7477 7478 7479 7480 7481 7482 7483 7484 7485 7486 7487 7488 7489 7490 7491 7492 7493 7494 |
# File 'lib/portfolio_manager/xml.rb', line 7457 class WasteMeterEntryType AttrEstimatedValue = XSD::QName.new(nil, "estimatedValue") attr_accessor :id attr_accessor :startDate attr_accessor :endDate attr_accessor :quantity attr_accessor :timesEmptied attr_accessor :averagePercentFull attr_accessor :cost attr_accessor :disposalDestination attr_accessor :audit def __xmlattr @__xmlattr ||= {} end def xmlattr_estimatedValue __xmlattr[AttrEstimatedValue] end def xmlattr_estimatedValue=(value) __xmlattr[AttrEstimatedValue] = value end def initialize(id = nil, startDate = nil, endDate = nil, quantity = nil, timesEmptied = nil, averagePercentFull = nil, cost = nil, disposalDestination = nil, audit = nil) @id = id @startDate = startDate @endDate = endDate @quantity = quantity @timesEmptied = timesEmptied @averagePercentFull = averagePercentFull @cost = cost @disposalDestination = disposalDestination @audit = audit @__xmlattr = {} end end |
#quantity ⇒ SOAP::SOAPDecimal
7457 7458 7459 7460 7461 7462 7463 7464 7465 7466 7467 7468 7469 7470 7471 7472 7473 7474 7475 7476 7477 7478 7479 7480 7481 7482 7483 7484 7485 7486 7487 7488 7489 7490 7491 7492 7493 7494 |
# File 'lib/portfolio_manager/xml.rb', line 7457 class WasteMeterEntryType AttrEstimatedValue = XSD::QName.new(nil, "estimatedValue") attr_accessor :id attr_accessor :startDate attr_accessor :endDate attr_accessor :quantity attr_accessor :timesEmptied attr_accessor :averagePercentFull attr_accessor :cost attr_accessor :disposalDestination attr_accessor :audit def __xmlattr @__xmlattr ||= {} end def xmlattr_estimatedValue __xmlattr[AttrEstimatedValue] end def xmlattr_estimatedValue=(value) __xmlattr[AttrEstimatedValue] = value end def initialize(id = nil, startDate = nil, endDate = nil, quantity = nil, timesEmptied = nil, averagePercentFull = nil, cost = nil, disposalDestination = nil, audit = nil) @id = id @startDate = startDate @endDate = endDate @quantity = quantity @timesEmptied = timesEmptied @averagePercentFull = averagePercentFull @cost = cost @disposalDestination = disposalDestination @audit = audit @__xmlattr = {} end end |
#startDate ⇒ SOAP::SOAPDate
7457 7458 7459 7460 7461 7462 7463 7464 7465 7466 7467 7468 7469 7470 7471 7472 7473 7474 7475 7476 7477 7478 7479 7480 7481 7482 7483 7484 7485 7486 7487 7488 7489 7490 7491 7492 7493 7494 |
# File 'lib/portfolio_manager/xml.rb', line 7457 class WasteMeterEntryType AttrEstimatedValue = XSD::QName.new(nil, "estimatedValue") attr_accessor :id attr_accessor :startDate attr_accessor :endDate attr_accessor :quantity attr_accessor :timesEmptied attr_accessor :averagePercentFull attr_accessor :cost attr_accessor :disposalDestination attr_accessor :audit def __xmlattr @__xmlattr ||= {} end def xmlattr_estimatedValue __xmlattr[AttrEstimatedValue] end def xmlattr_estimatedValue=(value) __xmlattr[AttrEstimatedValue] = value end def initialize(id = nil, startDate = nil, endDate = nil, quantity = nil, timesEmptied = nil, averagePercentFull = nil, cost = nil, disposalDestination = nil, audit = nil) @id = id @startDate = startDate @endDate = endDate @quantity = quantity @timesEmptied = timesEmptied @averagePercentFull = averagePercentFull @cost = cost @disposalDestination = disposalDestination @audit = audit @__xmlattr = {} end end |
#timesEmptied ⇒ SOAP::SOAPDecimal
7457 7458 7459 7460 7461 7462 7463 7464 7465 7466 7467 7468 7469 7470 7471 7472 7473 7474 7475 7476 7477 7478 7479 7480 7481 7482 7483 7484 7485 7486 7487 7488 7489 7490 7491 7492 7493 7494 |
# File 'lib/portfolio_manager/xml.rb', line 7457 class WasteMeterEntryType AttrEstimatedValue = XSD::QName.new(nil, "estimatedValue") attr_accessor :id attr_accessor :startDate attr_accessor :endDate attr_accessor :quantity attr_accessor :timesEmptied attr_accessor :averagePercentFull attr_accessor :cost attr_accessor :disposalDestination attr_accessor :audit def __xmlattr @__xmlattr ||= {} end def xmlattr_estimatedValue __xmlattr[AttrEstimatedValue] end def xmlattr_estimatedValue=(value) __xmlattr[AttrEstimatedValue] = value end def initialize(id = nil, startDate = nil, endDate = nil, quantity = nil, timesEmptied = nil, averagePercentFull = nil, cost = nil, disposalDestination = nil, audit = nil) @id = id @startDate = startDate @endDate = endDate @quantity = quantity @timesEmptied = timesEmptied @averagePercentFull = averagePercentFull @cost = cost @disposalDestination = disposalDestination @audit = audit @__xmlattr = {} end end |
#xmlattr_estimatedValue ⇒ SOAP::SOAPBoolean
7457 7458 7459 7460 7461 7462 7463 7464 7465 7466 7467 7468 7469 7470 7471 7472 7473 7474 7475 7476 7477 7478 7479 7480 7481 7482 7483 7484 7485 7486 7487 7488 7489 7490 7491 7492 7493 7494 |
# File 'lib/portfolio_manager/xml.rb', line 7457 class WasteMeterEntryType AttrEstimatedValue = XSD::QName.new(nil, "estimatedValue") attr_accessor :id attr_accessor :startDate attr_accessor :endDate attr_accessor :quantity attr_accessor :timesEmptied attr_accessor :averagePercentFull attr_accessor :cost attr_accessor :disposalDestination attr_accessor :audit def __xmlattr @__xmlattr ||= {} end def xmlattr_estimatedValue __xmlattr[AttrEstimatedValue] end def xmlattr_estimatedValue=(value) __xmlattr[AttrEstimatedValue] = value end def initialize(id = nil, startDate = nil, endDate = nil, quantity = nil, timesEmptied = nil, averagePercentFull = nil, cost = nil, disposalDestination = nil, audit = nil) @id = id @startDate = startDate @endDate = endDate @quantity = quantity @timesEmptied = timesEmptied @averagePercentFull = averagePercentFull @cost = cost @disposalDestination = disposalDestination @audit = audit @__xmlattr = {} end end |
Instance Method Details
#__xmlattr ⇒ Object
7470 7471 7472 |
# File 'lib/portfolio_manager/xml.rb', line 7470 def __xmlattr @__xmlattr ||= {} end |