Class: PortfolioManager::Xml::NotificationType

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

Overview

{}notificationType

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(notificationTypeCode = nil, notificationId = nil, description = nil, accountId = nil, username = nil, propertyId = nil, meterId = nil, notificationCreatedDate = nil, notificationCreatedBy = nil, notificationCreatedByAccountId = nil) ⇒ NotificationType

Returns a new instance of NotificationType.



2703
2704
2705
2706
2707
2708
2709
2710
2711
2712
2713
2714
# File 'lib/portfolio_manager/xml.rb', line 2703

def initialize(notificationTypeCode = nil, notificationId = nil, description = nil, accountId = nil, username = nil, propertyId = nil, meterId = nil, notificationCreatedDate = nil, notificationCreatedBy = nil, notificationCreatedByAccountId = nil)
  @notificationTypeCode = notificationTypeCode
  @notificationId = notificationId
  @description = description
  @accountId = accountId
  @username = username
  @propertyId = propertyId
  @meterId = meterId
  @notificationCreatedDate = notificationCreatedDate
  @notificationCreatedBy = notificationCreatedBy
  @notificationCreatedByAccountId = notificationCreatedByAccountId
end

Instance Attribute Details

#accountIdSOAP::SOAPLong

Returns:

  • (SOAP::SOAPLong)


2691
2692
2693
2694
2695
2696
2697
2698
2699
2700
2701
2702
2703
2704
2705
2706
2707
2708
2709
2710
2711
2712
2713
2714
2715
# File 'lib/portfolio_manager/xml.rb', line 2691

class NotificationType
  attr_accessor :notificationTypeCode
  attr_accessor :notificationId
  attr_accessor :description
  attr_accessor :accountId
  attr_accessor :username
  attr_accessor :propertyId
  attr_accessor :meterId
  attr_accessor :notificationCreatedDate
  attr_accessor :notificationCreatedBy
  attr_accessor :notificationCreatedByAccountId

  def initialize(notificationTypeCode = nil, notificationId = nil, description = nil, accountId = nil, username = nil, propertyId = nil, meterId = nil, notificationCreatedDate = nil, notificationCreatedBy = nil, notificationCreatedByAccountId = nil)
    @notificationTypeCode = notificationTypeCode
    @notificationId = notificationId
    @description = description
    @accountId = accountId
    @username = username
    @propertyId = propertyId
    @meterId = meterId
    @notificationCreatedDate = notificationCreatedDate
    @notificationCreatedBy = notificationCreatedBy
    @notificationCreatedByAccountId = notificationCreatedByAccountId
  end
end

#descriptionSOAP::SOAPString

Returns:

  • (SOAP::SOAPString)


2691
2692
2693
2694
2695
2696
2697
2698
2699
2700
2701
2702
2703
2704
2705
2706
2707
2708
2709
2710
2711
2712
2713
2714
2715
# File 'lib/portfolio_manager/xml.rb', line 2691

class NotificationType
  attr_accessor :notificationTypeCode
  attr_accessor :notificationId
  attr_accessor :description
  attr_accessor :accountId
  attr_accessor :username
  attr_accessor :propertyId
  attr_accessor :meterId
  attr_accessor :notificationCreatedDate
  attr_accessor :notificationCreatedBy
  attr_accessor :notificationCreatedByAccountId

  def initialize(notificationTypeCode = nil, notificationId = nil, description = nil, accountId = nil, username = nil, propertyId = nil, meterId = nil, notificationCreatedDate = nil, notificationCreatedBy = nil, notificationCreatedByAccountId = nil)
    @notificationTypeCode = notificationTypeCode
    @notificationId = notificationId
    @description = description
    @accountId = accountId
    @username = username
    @propertyId = propertyId
    @meterId = meterId
    @notificationCreatedDate = notificationCreatedDate
    @notificationCreatedBy = notificationCreatedBy
    @notificationCreatedByAccountId = notificationCreatedByAccountId
  end
end

#meterIdSOAP::SOAPLong

Returns:

  • (SOAP::SOAPLong)


2691
2692
2693
2694
2695
2696
2697
2698
2699
2700
2701
2702
2703
2704
2705
2706
2707
2708
2709
2710
2711
2712
2713
2714
2715
# File 'lib/portfolio_manager/xml.rb', line 2691

class NotificationType
  attr_accessor :notificationTypeCode
  attr_accessor :notificationId
  attr_accessor :description
  attr_accessor :accountId
  attr_accessor :username
  attr_accessor :propertyId
  attr_accessor :meterId
  attr_accessor :notificationCreatedDate
  attr_accessor :notificationCreatedBy
  attr_accessor :notificationCreatedByAccountId

  def initialize(notificationTypeCode = nil, notificationId = nil, description = nil, accountId = nil, username = nil, propertyId = nil, meterId = nil, notificationCreatedDate = nil, notificationCreatedBy = nil, notificationCreatedByAccountId = nil)
    @notificationTypeCode = notificationTypeCode
    @notificationId = notificationId
    @description = description
    @accountId = accountId
    @username = username
    @propertyId = propertyId
    @meterId = meterId
    @notificationCreatedDate = notificationCreatedDate
    @notificationCreatedBy = notificationCreatedBy
    @notificationCreatedByAccountId = notificationCreatedByAccountId
  end
end

#notificationCreatedBySOAP::SOAPString

Returns:

  • (SOAP::SOAPString)


2691
2692
2693
2694
2695
2696
2697
2698
2699
2700
2701
2702
2703
2704
2705
2706
2707
2708
2709
2710
2711
2712
2713
2714
2715
# File 'lib/portfolio_manager/xml.rb', line 2691

class NotificationType
  attr_accessor :notificationTypeCode
  attr_accessor :notificationId
  attr_accessor :description
  attr_accessor :accountId
  attr_accessor :username
  attr_accessor :propertyId
  attr_accessor :meterId
  attr_accessor :notificationCreatedDate
  attr_accessor :notificationCreatedBy
  attr_accessor :notificationCreatedByAccountId

  def initialize(notificationTypeCode = nil, notificationId = nil, description = nil, accountId = nil, username = nil, propertyId = nil, meterId = nil, notificationCreatedDate = nil, notificationCreatedBy = nil, notificationCreatedByAccountId = nil)
    @notificationTypeCode = notificationTypeCode
    @notificationId = notificationId
    @description = description
    @accountId = accountId
    @username = username
    @propertyId = propertyId
    @meterId = meterId
    @notificationCreatedDate = notificationCreatedDate
    @notificationCreatedBy = notificationCreatedBy
    @notificationCreatedByAccountId = notificationCreatedByAccountId
  end
end

#notificationCreatedByAccountIdSOAP::SOAPString

Returns:

  • (SOAP::SOAPString)


2691
2692
2693
2694
2695
2696
2697
2698
2699
2700
2701
2702
2703
2704
2705
2706
2707
2708
2709
2710
2711
2712
2713
2714
2715
# File 'lib/portfolio_manager/xml.rb', line 2691

class NotificationType
  attr_accessor :notificationTypeCode
  attr_accessor :notificationId
  attr_accessor :description
  attr_accessor :accountId
  attr_accessor :username
  attr_accessor :propertyId
  attr_accessor :meterId
  attr_accessor :notificationCreatedDate
  attr_accessor :notificationCreatedBy
  attr_accessor :notificationCreatedByAccountId

  def initialize(notificationTypeCode = nil, notificationId = nil, description = nil, accountId = nil, username = nil, propertyId = nil, meterId = nil, notificationCreatedDate = nil, notificationCreatedBy = nil, notificationCreatedByAccountId = nil)
    @notificationTypeCode = notificationTypeCode
    @notificationId = notificationId
    @description = description
    @accountId = accountId
    @username = username
    @propertyId = propertyId
    @meterId = meterId
    @notificationCreatedDate = notificationCreatedDate
    @notificationCreatedBy = notificationCreatedBy
    @notificationCreatedByAccountId = notificationCreatedByAccountId
  end
end

#notificationCreatedDateSOAP::SOAPDateTime

Returns:

  • (SOAP::SOAPDateTime)


2691
2692
2693
2694
2695
2696
2697
2698
2699
2700
2701
2702
2703
2704
2705
2706
2707
2708
2709
2710
2711
2712
2713
2714
2715
# File 'lib/portfolio_manager/xml.rb', line 2691

class NotificationType
  attr_accessor :notificationTypeCode
  attr_accessor :notificationId
  attr_accessor :description
  attr_accessor :accountId
  attr_accessor :username
  attr_accessor :propertyId
  attr_accessor :meterId
  attr_accessor :notificationCreatedDate
  attr_accessor :notificationCreatedBy
  attr_accessor :notificationCreatedByAccountId

  def initialize(notificationTypeCode = nil, notificationId = nil, description = nil, accountId = nil, username = nil, propertyId = nil, meterId = nil, notificationCreatedDate = nil, notificationCreatedBy = nil, notificationCreatedByAccountId = nil)
    @notificationTypeCode = notificationTypeCode
    @notificationId = notificationId
    @description = description
    @accountId = accountId
    @username = username
    @propertyId = propertyId
    @meterId = meterId
    @notificationCreatedDate = notificationCreatedDate
    @notificationCreatedBy = notificationCreatedBy
    @notificationCreatedByAccountId = notificationCreatedByAccountId
  end
end

#notificationIdSOAP::SOAPLong

Returns:

  • (SOAP::SOAPLong)


2691
2692
2693
2694
2695
2696
2697
2698
2699
2700
2701
2702
2703
2704
2705
2706
2707
2708
2709
2710
2711
2712
2713
2714
2715
# File 'lib/portfolio_manager/xml.rb', line 2691

class NotificationType
  attr_accessor :notificationTypeCode
  attr_accessor :notificationId
  attr_accessor :description
  attr_accessor :accountId
  attr_accessor :username
  attr_accessor :propertyId
  attr_accessor :meterId
  attr_accessor :notificationCreatedDate
  attr_accessor :notificationCreatedBy
  attr_accessor :notificationCreatedByAccountId

  def initialize(notificationTypeCode = nil, notificationId = nil, description = nil, accountId = nil, username = nil, propertyId = nil, meterId = nil, notificationCreatedDate = nil, notificationCreatedBy = nil, notificationCreatedByAccountId = nil)
    @notificationTypeCode = notificationTypeCode
    @notificationId = notificationId
    @description = description
    @accountId = accountId
    @username = username
    @propertyId = propertyId
    @meterId = meterId
    @notificationCreatedDate = notificationCreatedDate
    @notificationCreatedBy = notificationCreatedBy
    @notificationCreatedByAccountId = notificationCreatedByAccountId
  end
end

#notificationTypeCodeSOAP::SOAPString

Returns:

  • (SOAP::SOAPString)


2691
2692
2693
2694
2695
2696
2697
2698
2699
2700
2701
2702
2703
2704
2705
2706
2707
2708
2709
2710
2711
2712
2713
2714
2715
# File 'lib/portfolio_manager/xml.rb', line 2691

class NotificationType
  attr_accessor :notificationTypeCode
  attr_accessor :notificationId
  attr_accessor :description
  attr_accessor :accountId
  attr_accessor :username
  attr_accessor :propertyId
  attr_accessor :meterId
  attr_accessor :notificationCreatedDate
  attr_accessor :notificationCreatedBy
  attr_accessor :notificationCreatedByAccountId

  def initialize(notificationTypeCode = nil, notificationId = nil, description = nil, accountId = nil, username = nil, propertyId = nil, meterId = nil, notificationCreatedDate = nil, notificationCreatedBy = nil, notificationCreatedByAccountId = nil)
    @notificationTypeCode = notificationTypeCode
    @notificationId = notificationId
    @description = description
    @accountId = accountId
    @username = username
    @propertyId = propertyId
    @meterId = meterId
    @notificationCreatedDate = notificationCreatedDate
    @notificationCreatedBy = notificationCreatedBy
    @notificationCreatedByAccountId = notificationCreatedByAccountId
  end
end

#propertyIdSOAP::SOAPLong

Returns:

  • (SOAP::SOAPLong)


2691
2692
2693
2694
2695
2696
2697
2698
2699
2700
2701
2702
2703
2704
2705
2706
2707
2708
2709
2710
2711
2712
2713
2714
2715
# File 'lib/portfolio_manager/xml.rb', line 2691

class NotificationType
  attr_accessor :notificationTypeCode
  attr_accessor :notificationId
  attr_accessor :description
  attr_accessor :accountId
  attr_accessor :username
  attr_accessor :propertyId
  attr_accessor :meterId
  attr_accessor :notificationCreatedDate
  attr_accessor :notificationCreatedBy
  attr_accessor :notificationCreatedByAccountId

  def initialize(notificationTypeCode = nil, notificationId = nil, description = nil, accountId = nil, username = nil, propertyId = nil, meterId = nil, notificationCreatedDate = nil, notificationCreatedBy = nil, notificationCreatedByAccountId = nil)
    @notificationTypeCode = notificationTypeCode
    @notificationId = notificationId
    @description = description
    @accountId = accountId
    @username = username
    @propertyId = propertyId
    @meterId = meterId
    @notificationCreatedDate = notificationCreatedDate
    @notificationCreatedBy = notificationCreatedBy
    @notificationCreatedByAccountId = notificationCreatedByAccountId
  end
end

#usernameSOAP::SOAPString

Returns:

  • (SOAP::SOAPString)


2691
2692
2693
2694
2695
2696
2697
2698
2699
2700
2701
2702
2703
2704
2705
2706
2707
2708
2709
2710
2711
2712
2713
2714
2715
# File 'lib/portfolio_manager/xml.rb', line 2691

class NotificationType
  attr_accessor :notificationTypeCode
  attr_accessor :notificationId
  attr_accessor :description
  attr_accessor :accountId
  attr_accessor :username
  attr_accessor :propertyId
  attr_accessor :meterId
  attr_accessor :notificationCreatedDate
  attr_accessor :notificationCreatedBy
  attr_accessor :notificationCreatedByAccountId

  def initialize(notificationTypeCode = nil, notificationId = nil, description = nil, accountId = nil, username = nil, propertyId = nil, meterId = nil, notificationCreatedDate = nil, notificationCreatedBy = nil, notificationCreatedByAccountId = nil)
    @notificationTypeCode = notificationTypeCode
    @notificationId = notificationId
    @description = description
    @accountId = accountId
    @username = username
    @propertyId = propertyId
    @meterId = meterId
    @notificationCreatedDate = notificationCreatedDate
    @notificationCreatedBy = notificationCreatedBy
    @notificationCreatedByAccountId = notificationCreatedByAccountId
  end
end