Class: Virtuozzo::SOAP::Types::ServerGroup::Auth_nameType

Inherits:
Object
  • Object
show all
Defined in:
lib/virtuozzo/soap/types/server_group.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.



993
994
995
996
997
# File 'lib/virtuozzo/soap/types/server_group.rb', line 993

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.



990
991
992
# File 'lib/virtuozzo/soap/types/server_group.rb', line 990

def domain
  @domain
end

#nameObject

Returns the value of attribute name.



989
990
991
# File 'lib/virtuozzo/soap/types/server_group.rb', line 989

def name
  @name
end

#realmObject

Returns the value of attribute realm.



991
992
993
# File 'lib/virtuozzo/soap/types/server_group.rb', line 991

def realm
  @realm
end