Class: Virtuozzo::SOAP::Types::Filer::Auth_nameType

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



1044
1045
1046
1047
1048
# File 'lib/virtuozzo/soap/types/filer.rb', line 1044

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.



1041
1042
1043
# File 'lib/virtuozzo/soap/types/filer.rb', line 1041

def domain
  @domain
end

#nameObject

Returns the value of attribute name.



1040
1041
1042
# File 'lib/virtuozzo/soap/types/filer.rb', line 1040

def name
  @name
end

#realmObject

Returns the value of attribute realm.



1042
1043
1044
# File 'lib/virtuozzo/soap/types/filer.rb', line 1042

def realm
  @realm
end