Class: Virtuozzo::SOAP::Types::Authm::Sp_modType

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

Overview

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

name - SOAP::SOAPBase64
domain - SOAP::SOAPBase64
data - Virtuozzo::SOAP::Types::Authm::Sp_modType::C_Data

Defined Under Namespace

Classes: C_Data

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(name = nil, domain = nil, data = nil) ⇒ Sp_modType

Returns a new instance of Sp_modType.



23
24
25
26
27
# File 'lib/virtuozzo/soap/types/authm.rb', line 23

def initialize(name = nil, domain = nil, data = nil)
  @name = name
  @domain = domain
  @data = data
end

Instance Attribute Details

#dataObject

Returns the value of attribute data.



21
22
23
# File 'lib/virtuozzo/soap/types/authm.rb', line 21

def data
  @data
end

#domainObject

Returns the value of attribute domain.



20
21
22
# File 'lib/virtuozzo/soap/types/authm.rb', line 20

def domain
  @domain
end

#nameObject

Returns the value of attribute name.



19
20
21
# File 'lib/virtuozzo/soap/types/authm.rb', line 19

def name
  @name
end