Class: PortfolioManager::Xml::MeterType
- Inherits:
-
Object
- Object
- PortfolioManager::Xml::MeterType
- Defined in:
- lib/portfolio_manager/xml.rb
Overview
{}meterType
Instance Attribute Summary collapse
- #accessLevel ⇒ PortfolioManager::Xml::ShareLevelType
- #aggregateMeter ⇒ SOAP::SOAPBoolean
- #audit ⇒ PortfolioManager::Xml::LogType
- #firstBillDate ⇒ SOAP::SOAPDate
- #id ⇒ SOAP::SOAPLong
- #inactiveDate ⇒ SOAP::SOAPDate
- #inUse ⇒ SOAP::SOAPBoolean
- #metered ⇒ SOAP::SOAPBoolean
- #name ⇒ SOAP::SOAPString
- #otherDescription ⇒ SOAP::SOAPString
- #type ⇒ PortfolioManager::Xml::TypeOfMeter
- #unitOfMeasure ⇒ SOAP::SOAPString
Instance Method Summary collapse
-
#initialize(id = nil, type = nil, name = nil, metered = nil, unitOfMeasure = nil, firstBillDate = nil, inUse = nil, inactiveDate = nil, otherDescription = nil, accessLevel = nil, aggregateMeter = nil, audit = nil) ⇒ MeterType
constructor
A new instance of MeterType.
Constructor Details
#initialize(id = nil, type = nil, name = nil, metered = nil, unitOfMeasure = nil, firstBillDate = nil, inUse = nil, inactiveDate = nil, otherDescription = nil, accessLevel = nil, aggregateMeter = nil, audit = nil) ⇒ MeterType
Returns a new instance of MeterType.
2888 2889 2890 2891 2892 2893 2894 2895 2896 2897 2898 2899 2900 2901 |
# File 'lib/portfolio_manager/xml.rb', line 2888 def initialize(id = nil, type = nil, name = nil, metered = nil, unitOfMeasure = nil, firstBillDate = nil, inUse = nil, inactiveDate = nil, otherDescription = nil, accessLevel = nil, aggregateMeter = nil, audit = nil) @id = id @type = type @name = name @metered = metered @unitOfMeasure = unitOfMeasure @firstBillDate = firstBillDate @inUse = inUse @inactiveDate = inactiveDate @otherDescription = otherDescription @accessLevel = accessLevel @aggregateMeter = aggregateMeter @audit = audit end |
Instance Attribute Details
#accessLevel ⇒ PortfolioManager::Xml::ShareLevelType
2874 2875 2876 2877 2878 2879 2880 2881 2882 2883 2884 2885 2886 2887 2888 2889 2890 2891 2892 2893 2894 2895 2896 2897 2898 2899 2900 2901 2902 |
# File 'lib/portfolio_manager/xml.rb', line 2874 class MeterType attr_accessor :id attr_accessor :type attr_accessor :name attr_accessor :metered attr_accessor :unitOfMeasure attr_accessor :firstBillDate attr_accessor :inUse attr_accessor :inactiveDate attr_accessor :otherDescription attr_accessor :accessLevel attr_accessor :aggregateMeter attr_accessor :audit def initialize(id = nil, type = nil, name = nil, metered = nil, unitOfMeasure = nil, firstBillDate = nil, inUse = nil, inactiveDate = nil, otherDescription = nil, accessLevel = nil, aggregateMeter = nil, audit = nil) @id = id @type = type @name = name @metered = metered @unitOfMeasure = unitOfMeasure @firstBillDate = firstBillDate @inUse = inUse @inactiveDate = inactiveDate @otherDescription = otherDescription @accessLevel = accessLevel @aggregateMeter = aggregateMeter @audit = audit end end |
#aggregateMeter ⇒ SOAP::SOAPBoolean
2874 2875 2876 2877 2878 2879 2880 2881 2882 2883 2884 2885 2886 2887 2888 2889 2890 2891 2892 2893 2894 2895 2896 2897 2898 2899 2900 2901 2902 |
# File 'lib/portfolio_manager/xml.rb', line 2874 class MeterType attr_accessor :id attr_accessor :type attr_accessor :name attr_accessor :metered attr_accessor :unitOfMeasure attr_accessor :firstBillDate attr_accessor :inUse attr_accessor :inactiveDate attr_accessor :otherDescription attr_accessor :accessLevel attr_accessor :aggregateMeter attr_accessor :audit def initialize(id = nil, type = nil, name = nil, metered = nil, unitOfMeasure = nil, firstBillDate = nil, inUse = nil, inactiveDate = nil, otherDescription = nil, accessLevel = nil, aggregateMeter = nil, audit = nil) @id = id @type = type @name = name @metered = metered @unitOfMeasure = unitOfMeasure @firstBillDate = firstBillDate @inUse = inUse @inactiveDate = inactiveDate @otherDescription = otherDescription @accessLevel = accessLevel @aggregateMeter = aggregateMeter @audit = audit end end |
#audit ⇒ PortfolioManager::Xml::LogType
2874 2875 2876 2877 2878 2879 2880 2881 2882 2883 2884 2885 2886 2887 2888 2889 2890 2891 2892 2893 2894 2895 2896 2897 2898 2899 2900 2901 2902 |
# File 'lib/portfolio_manager/xml.rb', line 2874 class MeterType attr_accessor :id attr_accessor :type attr_accessor :name attr_accessor :metered attr_accessor :unitOfMeasure attr_accessor :firstBillDate attr_accessor :inUse attr_accessor :inactiveDate attr_accessor :otherDescription attr_accessor :accessLevel attr_accessor :aggregateMeter attr_accessor :audit def initialize(id = nil, type = nil, name = nil, metered = nil, unitOfMeasure = nil, firstBillDate = nil, inUse = nil, inactiveDate = nil, otherDescription = nil, accessLevel = nil, aggregateMeter = nil, audit = nil) @id = id @type = type @name = name @metered = metered @unitOfMeasure = unitOfMeasure @firstBillDate = firstBillDate @inUse = inUse @inactiveDate = inactiveDate @otherDescription = otherDescription @accessLevel = accessLevel @aggregateMeter = aggregateMeter @audit = audit end end |
#firstBillDate ⇒ SOAP::SOAPDate
2874 2875 2876 2877 2878 2879 2880 2881 2882 2883 2884 2885 2886 2887 2888 2889 2890 2891 2892 2893 2894 2895 2896 2897 2898 2899 2900 2901 2902 |
# File 'lib/portfolio_manager/xml.rb', line 2874 class MeterType attr_accessor :id attr_accessor :type attr_accessor :name attr_accessor :metered attr_accessor :unitOfMeasure attr_accessor :firstBillDate attr_accessor :inUse attr_accessor :inactiveDate attr_accessor :otherDescription attr_accessor :accessLevel attr_accessor :aggregateMeter attr_accessor :audit def initialize(id = nil, type = nil, name = nil, metered = nil, unitOfMeasure = nil, firstBillDate = nil, inUse = nil, inactiveDate = nil, otherDescription = nil, accessLevel = nil, aggregateMeter = nil, audit = nil) @id = id @type = type @name = name @metered = metered @unitOfMeasure = unitOfMeasure @firstBillDate = firstBillDate @inUse = inUse @inactiveDate = inactiveDate @otherDescription = otherDescription @accessLevel = accessLevel @aggregateMeter = aggregateMeter @audit = audit end end |
#id ⇒ SOAP::SOAPLong
2874 2875 2876 2877 2878 2879 2880 2881 2882 2883 2884 2885 2886 2887 2888 2889 2890 2891 2892 2893 2894 2895 2896 2897 2898 2899 2900 2901 2902 |
# File 'lib/portfolio_manager/xml.rb', line 2874 class MeterType attr_accessor :id attr_accessor :type attr_accessor :name attr_accessor :metered attr_accessor :unitOfMeasure attr_accessor :firstBillDate attr_accessor :inUse attr_accessor :inactiveDate attr_accessor :otherDescription attr_accessor :accessLevel attr_accessor :aggregateMeter attr_accessor :audit def initialize(id = nil, type = nil, name = nil, metered = nil, unitOfMeasure = nil, firstBillDate = nil, inUse = nil, inactiveDate = nil, otherDescription = nil, accessLevel = nil, aggregateMeter = nil, audit = nil) @id = id @type = type @name = name @metered = metered @unitOfMeasure = unitOfMeasure @firstBillDate = firstBillDate @inUse = inUse @inactiveDate = inactiveDate @otherDescription = otherDescription @accessLevel = accessLevel @aggregateMeter = aggregateMeter @audit = audit end end |
#inactiveDate ⇒ SOAP::SOAPDate
2874 2875 2876 2877 2878 2879 2880 2881 2882 2883 2884 2885 2886 2887 2888 2889 2890 2891 2892 2893 2894 2895 2896 2897 2898 2899 2900 2901 2902 |
# File 'lib/portfolio_manager/xml.rb', line 2874 class MeterType attr_accessor :id attr_accessor :type attr_accessor :name attr_accessor :metered attr_accessor :unitOfMeasure attr_accessor :firstBillDate attr_accessor :inUse attr_accessor :inactiveDate attr_accessor :otherDescription attr_accessor :accessLevel attr_accessor :aggregateMeter attr_accessor :audit def initialize(id = nil, type = nil, name = nil, metered = nil, unitOfMeasure = nil, firstBillDate = nil, inUse = nil, inactiveDate = nil, otherDescription = nil, accessLevel = nil, aggregateMeter = nil, audit = nil) @id = id @type = type @name = name @metered = metered @unitOfMeasure = unitOfMeasure @firstBillDate = firstBillDate @inUse = inUse @inactiveDate = inactiveDate @otherDescription = otherDescription @accessLevel = accessLevel @aggregateMeter = aggregateMeter @audit = audit end end |
#inUse ⇒ SOAP::SOAPBoolean
2874 2875 2876 2877 2878 2879 2880 2881 2882 2883 2884 2885 2886 2887 2888 2889 2890 2891 2892 2893 2894 2895 2896 2897 2898 2899 2900 2901 2902 |
# File 'lib/portfolio_manager/xml.rb', line 2874 class MeterType attr_accessor :id attr_accessor :type attr_accessor :name attr_accessor :metered attr_accessor :unitOfMeasure attr_accessor :firstBillDate attr_accessor :inUse attr_accessor :inactiveDate attr_accessor :otherDescription attr_accessor :accessLevel attr_accessor :aggregateMeter attr_accessor :audit def initialize(id = nil, type = nil, name = nil, metered = nil, unitOfMeasure = nil, firstBillDate = nil, inUse = nil, inactiveDate = nil, otherDescription = nil, accessLevel = nil, aggregateMeter = nil, audit = nil) @id = id @type = type @name = name @metered = metered @unitOfMeasure = unitOfMeasure @firstBillDate = firstBillDate @inUse = inUse @inactiveDate = inactiveDate @otherDescription = otherDescription @accessLevel = accessLevel @aggregateMeter = aggregateMeter @audit = audit end end |
#metered ⇒ SOAP::SOAPBoolean
2874 2875 2876 2877 2878 2879 2880 2881 2882 2883 2884 2885 2886 2887 2888 2889 2890 2891 2892 2893 2894 2895 2896 2897 2898 2899 2900 2901 2902 |
# File 'lib/portfolio_manager/xml.rb', line 2874 class MeterType attr_accessor :id attr_accessor :type attr_accessor :name attr_accessor :metered attr_accessor :unitOfMeasure attr_accessor :firstBillDate attr_accessor :inUse attr_accessor :inactiveDate attr_accessor :otherDescription attr_accessor :accessLevel attr_accessor :aggregateMeter attr_accessor :audit def initialize(id = nil, type = nil, name = nil, metered = nil, unitOfMeasure = nil, firstBillDate = nil, inUse = nil, inactiveDate = nil, otherDescription = nil, accessLevel = nil, aggregateMeter = nil, audit = nil) @id = id @type = type @name = name @metered = metered @unitOfMeasure = unitOfMeasure @firstBillDate = firstBillDate @inUse = inUse @inactiveDate = inactiveDate @otherDescription = otherDescription @accessLevel = accessLevel @aggregateMeter = aggregateMeter @audit = audit end end |
#name ⇒ SOAP::SOAPString
2874 2875 2876 2877 2878 2879 2880 2881 2882 2883 2884 2885 2886 2887 2888 2889 2890 2891 2892 2893 2894 2895 2896 2897 2898 2899 2900 2901 2902 |
# File 'lib/portfolio_manager/xml.rb', line 2874 class MeterType attr_accessor :id attr_accessor :type attr_accessor :name attr_accessor :metered attr_accessor :unitOfMeasure attr_accessor :firstBillDate attr_accessor :inUse attr_accessor :inactiveDate attr_accessor :otherDescription attr_accessor :accessLevel attr_accessor :aggregateMeter attr_accessor :audit def initialize(id = nil, type = nil, name = nil, metered = nil, unitOfMeasure = nil, firstBillDate = nil, inUse = nil, inactiveDate = nil, otherDescription = nil, accessLevel = nil, aggregateMeter = nil, audit = nil) @id = id @type = type @name = name @metered = metered @unitOfMeasure = unitOfMeasure @firstBillDate = firstBillDate @inUse = inUse @inactiveDate = inactiveDate @otherDescription = otherDescription @accessLevel = accessLevel @aggregateMeter = aggregateMeter @audit = audit end end |
#otherDescription ⇒ SOAP::SOAPString
2874 2875 2876 2877 2878 2879 2880 2881 2882 2883 2884 2885 2886 2887 2888 2889 2890 2891 2892 2893 2894 2895 2896 2897 2898 2899 2900 2901 2902 |
# File 'lib/portfolio_manager/xml.rb', line 2874 class MeterType attr_accessor :id attr_accessor :type attr_accessor :name attr_accessor :metered attr_accessor :unitOfMeasure attr_accessor :firstBillDate attr_accessor :inUse attr_accessor :inactiveDate attr_accessor :otherDescription attr_accessor :accessLevel attr_accessor :aggregateMeter attr_accessor :audit def initialize(id = nil, type = nil, name = nil, metered = nil, unitOfMeasure = nil, firstBillDate = nil, inUse = nil, inactiveDate = nil, otherDescription = nil, accessLevel = nil, aggregateMeter = nil, audit = nil) @id = id @type = type @name = name @metered = metered @unitOfMeasure = unitOfMeasure @firstBillDate = firstBillDate @inUse = inUse @inactiveDate = inactiveDate @otherDescription = otherDescription @accessLevel = accessLevel @aggregateMeter = aggregateMeter @audit = audit end end |
#type ⇒ PortfolioManager::Xml::TypeOfMeter
2874 2875 2876 2877 2878 2879 2880 2881 2882 2883 2884 2885 2886 2887 2888 2889 2890 2891 2892 2893 2894 2895 2896 2897 2898 2899 2900 2901 2902 |
# File 'lib/portfolio_manager/xml.rb', line 2874 class MeterType attr_accessor :id attr_accessor :type attr_accessor :name attr_accessor :metered attr_accessor :unitOfMeasure attr_accessor :firstBillDate attr_accessor :inUse attr_accessor :inactiveDate attr_accessor :otherDescription attr_accessor :accessLevel attr_accessor :aggregateMeter attr_accessor :audit def initialize(id = nil, type = nil, name = nil, metered = nil, unitOfMeasure = nil, firstBillDate = nil, inUse = nil, inactiveDate = nil, otherDescription = nil, accessLevel = nil, aggregateMeter = nil, audit = nil) @id = id @type = type @name = name @metered = metered @unitOfMeasure = unitOfMeasure @firstBillDate = firstBillDate @inUse = inUse @inactiveDate = inactiveDate @otherDescription = otherDescription @accessLevel = accessLevel @aggregateMeter = aggregateMeter @audit = audit end end |
#unitOfMeasure ⇒ SOAP::SOAPString
2874 2875 2876 2877 2878 2879 2880 2881 2882 2883 2884 2885 2886 2887 2888 2889 2890 2891 2892 2893 2894 2895 2896 2897 2898 2899 2900 2901 2902 |
# File 'lib/portfolio_manager/xml.rb', line 2874 class MeterType attr_accessor :id attr_accessor :type attr_accessor :name attr_accessor :metered attr_accessor :unitOfMeasure attr_accessor :firstBillDate attr_accessor :inUse attr_accessor :inactiveDate attr_accessor :otherDescription attr_accessor :accessLevel attr_accessor :aggregateMeter attr_accessor :audit def initialize(id = nil, type = nil, name = nil, metered = nil, unitOfMeasure = nil, firstBillDate = nil, inUse = nil, inactiveDate = nil, otherDescription = nil, accessLevel = nil, aggregateMeter = nil, audit = nil) @id = id @type = type @name = name @metered = metered @unitOfMeasure = unitOfMeasure @firstBillDate = firstBillDate @inUse = inUse @inactiveDate = inactiveDate @otherDescription = otherDescription @accessLevel = accessLevel @aggregateMeter = aggregateMeter @audit = audit end end |