Class: Virtuozzo::SOAP::Types::Alertm::Configuration

Inherits:
Object
  • Object
show all
Defined in:
lib/virtuozzo/soap/types/alertm.rb

Overview

http://www.swsoft.com/webservices/vzl/4.0.0/alertmconfiguration

support_email - SOAP::SOAPString
mute_alert_period - SOAP::SOAPInt

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(support_email = nil, mute_alert_period = nil) ⇒ Configuration

Returns a new instance of Configuration.



2061
2062
2063
2064
# File 'lib/virtuozzo/soap/types/alertm.rb', line 2061

def initialize(support_email = nil, mute_alert_period = nil)
  @support_email = support_email
  @mute_alert_period = mute_alert_period
end

Instance Attribute Details

#mute_alert_periodObject

Returns the value of attribute mute_alert_period.



2059
2060
2061
# File 'lib/virtuozzo/soap/types/alertm.rb', line 2059

def mute_alert_period
  @mute_alert_period
end

#support_emailObject

Returns the value of attribute support_email.



2058
2059
2060
# File 'lib/virtuozzo/soap/types/alertm.rb', line 2058

def support_email
  @support_email
end