Class: Virtuozzo::SOAP::Types::Mailer::Auth_nameType

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

Overview

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

name - SOAP::SOAPBase64
domain - SOAP::SOAPBase64
realm - (any)

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(name = nil, domain = nil, realm = nil) ⇒ Auth_nameType

Returns a new instance of Auth_nameType.



948
949
950
951
952
# File 'lib/virtuozzo/soap/types/mailer.rb', line 948

def initialize(name = nil, domain = nil, realm = nil)
  @name = name
  @domain = domain
  @realm = realm
end

Instance Attribute Details

#domainObject

Returns the value of attribute domain.



945
946
947
# File 'lib/virtuozzo/soap/types/mailer.rb', line 945

def domain
  @domain
end

#nameObject

Returns the value of attribute name.



944
945
946
# File 'lib/virtuozzo/soap/types/mailer.rb', line 944

def name
  @name
end

#realmObject

Returns the value of attribute realm.



946
947
948
# File 'lib/virtuozzo/soap/types/mailer.rb', line 946

def realm
  @realm
end