Class: Virtuozzo::SOAP::Types::Mailer::Set_relay

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

Overview

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(relay = nil) ⇒ Set_relay

Returns a new instance of Set_relay.



2012
2013
2014
# File 'lib/virtuozzo/soap/types/mailer.rb', line 2012

def initialize(relay = nil)
  @relay = relay
end

Instance Attribute Details

#relayObject

Returns the value of attribute relay.



2010
2011
2012
# File 'lib/virtuozzo/soap/types/mailer.rb', line 2010

def relay
  @relay
end