Class: Virtuozzo::SOAP::Types::Authm::LoginType

Inherits:
Object
  • Object
show all
Defined in:
lib/virtuozzo/soap/types/authm.rb

Overview

http://www.swsoft.com/webservices/vzl/4.0.0/authmloginType

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) ⇒ LoginType

Returns a new instance of LoginType.



39
40
41
42
43
# File 'lib/virtuozzo/soap/types/authm.rb', line 39

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.



36
37
38
# File 'lib/virtuozzo/soap/types/authm.rb', line 36

def domain
  @domain
end

#nameObject

Returns the value of attribute name.



35
36
37
# File 'lib/virtuozzo/soap/types/authm.rb', line 35

def name
  @name
end

#realmObject

Returns the value of attribute realm.



37
38
39
# File 'lib/virtuozzo/soap/types/authm.rb', line 37

def realm
  @realm
end