Class: Virtuozzo::SOAP::Types::Networkm::Auth_nameType

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



1007
1008
1009
1010
1011
# File 'lib/virtuozzo/soap/types/networkm.rb', line 1007

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.



1004
1005
1006
# File 'lib/virtuozzo/soap/types/networkm.rb', line 1004

def domain
  @domain
end

#nameObject

Returns the value of attribute name.



1003
1004
1005
# File 'lib/virtuozzo/soap/types/networkm.rb', line 1003

def name
  @name
end

#realmObject

Returns the value of attribute realm.



1005
1006
1007
# File 'lib/virtuozzo/soap/types/networkm.rb', line 1005

def realm
  @realm
end