Class: PortfolioManager::Xml::MeterType

Inherits:
Object
  • Object
show all
Defined in:
lib/portfolio_manager/xml.rb

Overview

{}meterType

Instance Attribute Summary collapse

Instance Method Summary collapse

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

#accessLevelPortfolioManager::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

#aggregateMeterSOAP::SOAPBoolean

Returns:

  • (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

#auditPortfolioManager::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

#firstBillDateSOAP::SOAPDate

Returns:

  • (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

#idSOAP::SOAPLong

Returns:

  • (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

#inactiveDateSOAP::SOAPDate

Returns:

  • (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

#inUseSOAP::SOAPBoolean

Returns:

  • (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

#meteredSOAP::SOAPBoolean

Returns:

  • (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

#nameSOAP::SOAPString

Returns:

  • (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

#otherDescriptionSOAP::SOAPString

Returns:

  • (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

#typePortfolioManager::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

#unitOfMeasureSOAP::SOAPString

Returns:

  • (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