Class: Virtuozzo::SOAP::Types::Licensem::Auth_nameType

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



968
969
970
971
972
# File 'lib/virtuozzo/soap/types/licensem.rb', line 968

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.



965
966
967
# File 'lib/virtuozzo/soap/types/licensem.rb', line 965

def domain
  @domain
end

#nameObject

Returns the value of attribute name.



964
965
966
# File 'lib/virtuozzo/soap/types/licensem.rb', line 964

def name
  @name
end

#realmObject

Returns the value of attribute realm.



966
967
968
# File 'lib/virtuozzo/soap/types/licensem.rb', line 966

def realm
  @realm
end