Class: Virtuozzo::SOAP::Types::Relocator::Auth_nameType

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



1619
1620
1621
1622
1623
# File 'lib/virtuozzo/soap/types/relocator.rb', line 1619

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.



1616
1617
1618
# File 'lib/virtuozzo/soap/types/relocator.rb', line 1616

def domain
  @domain
end

#nameObject

Returns the value of attribute name.



1615
1616
1617
# File 'lib/virtuozzo/soap/types/relocator.rb', line 1615

def name
  @name
end

#realmObject

Returns the value of attribute realm.



1617
1618
1619
# File 'lib/virtuozzo/soap/types/relocator.rb', line 1617

def realm
  @realm
end