Class: PortfolioManager::Xml::MeterDeliveryType
- Inherits:
-
Object
- Object
- PortfolioManager::Xml::MeterDeliveryType
- Defined in:
- lib/portfolio_manager/xml.rb
Overview
{}meterDeliveryType
Constant Summary collapse
- AttrEstimatedValue =
XSD::QName.new(nil, "estimatedValue")
Instance Attribute Summary collapse
- #audit ⇒ PortfolioManager::Xml::LogType
- #cost ⇒ Object
- #deliveryDate ⇒ SOAP::SOAPDate
- #id ⇒ SOAP::SOAPLong
- #quantity ⇒ SOAP::SOAPDecimal
- #xmlattr_estimatedValue ⇒ SOAP::SOAPBoolean
Instance Method Summary collapse
- #__xmlattr ⇒ Object
-
#initialize(id = nil, deliveryDate = nil, quantity = nil, cost = nil, audit = nil) ⇒ MeterDeliveryType
constructor
A new instance of MeterDeliveryType.
Constructor Details
#initialize(id = nil, deliveryDate = nil, quantity = nil, cost = nil, audit = nil) ⇒ MeterDeliveryType
Returns a new instance of MeterDeliveryType.
7145 7146 7147 7148 7149 7150 7151 7152 |
# File 'lib/portfolio_manager/xml.rb', line 7145 def initialize(id = nil, deliveryDate = nil, quantity = nil, cost = nil, audit = nil) @id = id @deliveryDate = deliveryDate @quantity = quantity @cost = cost @audit = audit @__xmlattr = {} end |
Instance Attribute Details
#audit ⇒ PortfolioManager::Xml::LogType
7124 7125 7126 7127 7128 7129 7130 7131 7132 7133 7134 7135 7136 7137 7138 7139 7140 7141 7142 7143 7144 7145 7146 7147 7148 7149 7150 7151 7152 7153 |
# File 'lib/portfolio_manager/xml.rb', line 7124 class MeterDeliveryType AttrEstimatedValue = XSD::QName.new(nil, "estimatedValue") attr_accessor :id attr_accessor :deliveryDate attr_accessor :quantity attr_accessor :cost 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, deliveryDate = nil, quantity = nil, cost = nil, audit = nil) @id = id @deliveryDate = deliveryDate @quantity = quantity @cost = cost @audit = audit @__xmlattr = {} end end |
#cost ⇒ Object
7124 7125 7126 7127 7128 7129 7130 7131 7132 7133 7134 7135 7136 7137 7138 7139 7140 7141 7142 7143 7144 7145 7146 7147 7148 7149 7150 7151 7152 7153 |
# File 'lib/portfolio_manager/xml.rb', line 7124 class MeterDeliveryType AttrEstimatedValue = XSD::QName.new(nil, "estimatedValue") attr_accessor :id attr_accessor :deliveryDate attr_accessor :quantity attr_accessor :cost 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, deliveryDate = nil, quantity = nil, cost = nil, audit = nil) @id = id @deliveryDate = deliveryDate @quantity = quantity @cost = cost @audit = audit @__xmlattr = {} end end |
#deliveryDate ⇒ SOAP::SOAPDate
7124 7125 7126 7127 7128 7129 7130 7131 7132 7133 7134 7135 7136 7137 7138 7139 7140 7141 7142 7143 7144 7145 7146 7147 7148 7149 7150 7151 7152 7153 |
# File 'lib/portfolio_manager/xml.rb', line 7124 class MeterDeliveryType AttrEstimatedValue = XSD::QName.new(nil, "estimatedValue") attr_accessor :id attr_accessor :deliveryDate attr_accessor :quantity attr_accessor :cost 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, deliveryDate = nil, quantity = nil, cost = nil, audit = nil) @id = id @deliveryDate = deliveryDate @quantity = quantity @cost = cost @audit = audit @__xmlattr = {} end end |
#id ⇒ SOAP::SOAPLong
7124 7125 7126 7127 7128 7129 7130 7131 7132 7133 7134 7135 7136 7137 7138 7139 7140 7141 7142 7143 7144 7145 7146 7147 7148 7149 7150 7151 7152 7153 |
# File 'lib/portfolio_manager/xml.rb', line 7124 class MeterDeliveryType AttrEstimatedValue = XSD::QName.new(nil, "estimatedValue") attr_accessor :id attr_accessor :deliveryDate attr_accessor :quantity attr_accessor :cost 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, deliveryDate = nil, quantity = nil, cost = nil, audit = nil) @id = id @deliveryDate = deliveryDate @quantity = quantity @cost = cost @audit = audit @__xmlattr = {} end end |
#quantity ⇒ SOAP::SOAPDecimal
7124 7125 7126 7127 7128 7129 7130 7131 7132 7133 7134 7135 7136 7137 7138 7139 7140 7141 7142 7143 7144 7145 7146 7147 7148 7149 7150 7151 7152 7153 |
# File 'lib/portfolio_manager/xml.rb', line 7124 class MeterDeliveryType AttrEstimatedValue = XSD::QName.new(nil, "estimatedValue") attr_accessor :id attr_accessor :deliveryDate attr_accessor :quantity attr_accessor :cost 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, deliveryDate = nil, quantity = nil, cost = nil, audit = nil) @id = id @deliveryDate = deliveryDate @quantity = quantity @cost = cost @audit = audit @__xmlattr = {} end end |
#xmlattr_estimatedValue ⇒ SOAP::SOAPBoolean
7124 7125 7126 7127 7128 7129 7130 7131 7132 7133 7134 7135 7136 7137 7138 7139 7140 7141 7142 7143 7144 7145 7146 7147 7148 7149 7150 7151 7152 7153 |
# File 'lib/portfolio_manager/xml.rb', line 7124 class MeterDeliveryType AttrEstimatedValue = XSD::QName.new(nil, "estimatedValue") attr_accessor :id attr_accessor :deliveryDate attr_accessor :quantity attr_accessor :cost 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, deliveryDate = nil, quantity = nil, cost = nil, audit = nil) @id = id @deliveryDate = deliveryDate @quantity = quantity @cost = cost @audit = audit @__xmlattr = {} end end |
Instance Method Details
#__xmlattr ⇒ Object
7133 7134 7135 |
# File 'lib/portfolio_manager/xml.rb', line 7133 def __xmlattr @__xmlattr ||= {} end |