Class: Virtuozzo::SOAP::Types::ProcInfo::Auth_nameType

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



933
934
935
936
937
# File 'lib/virtuozzo/soap/types/proc_info.rb', line 933

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.



930
931
932
# File 'lib/virtuozzo/soap/types/proc_info.rb', line 930

def domain
  @domain
end

#nameObject

Returns the value of attribute name.



929
930
931
# File 'lib/virtuozzo/soap/types/proc_info.rb', line 929

def name
  @name
end

#realmObject

Returns the value of attribute realm.



931
932
933
# File 'lib/virtuozzo/soap/types/proc_info.rb', line 931

def realm
  @realm
end