Class: PortfolioManager::Xml::NotificationType
- Inherits:
-
Object
- Object
- PortfolioManager::Xml::NotificationType
- Defined in:
- lib/portfolio_manager/xml.rb
Overview
{}notificationType
Instance Attribute Summary collapse
- #accountId ⇒ SOAP::SOAPLong
- #description ⇒ SOAP::SOAPString
- #meterId ⇒ SOAP::SOAPLong
- #notificationCreatedBy ⇒ SOAP::SOAPString
- #notificationCreatedByAccountId ⇒ SOAP::SOAPString
- #notificationCreatedDate ⇒ SOAP::SOAPDateTime
- #notificationId ⇒ SOAP::SOAPLong
- #notificationTypeCode ⇒ SOAP::SOAPString
- #propertyId ⇒ SOAP::SOAPLong
- #username ⇒ SOAP::SOAPString
Instance Method Summary collapse
-
#initialize(notificationTypeCode = nil, notificationId = nil, description = nil, accountId = nil, username = nil, propertyId = nil, meterId = nil, notificationCreatedDate = nil, notificationCreatedBy = nil, notificationCreatedByAccountId = nil) ⇒ NotificationType
constructor
A new instance of NotificationType.
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
#accountId ⇒ 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 |
#description ⇒ 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 |
#meterId ⇒ 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 |
#notificationCreatedBy ⇒ 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 |
#notificationCreatedByAccountId ⇒ 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 |
#notificationCreatedDate ⇒ 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 |
#notificationId ⇒ 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 |
#notificationTypeCode ⇒ 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 |
#propertyId ⇒ 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 |
#username ⇒ 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 |