Class: Virtuozzo::SOAP::Types::Authm::Sp_modType
- Inherits:
-
Object
- Object
- Virtuozzo::SOAP::Types::Authm::Sp_modType
- Defined in:
- lib/virtuozzo/soap/types/authm.rb
Overview
Defined Under Namespace
Classes: C_Data
Instance Attribute Summary collapse
-
#data ⇒ Object
Returns the value of attribute data.
-
#domain ⇒ Object
Returns the value of attribute domain.
-
#name ⇒ Object
Returns the value of attribute name.
Instance Method Summary collapse
-
#initialize(name = nil, domain = nil, data = nil) ⇒ Sp_modType
constructor
A new instance of Sp_modType.
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
#data ⇒ Object
Returns the value of attribute data.
21 22 23 |
# File 'lib/virtuozzo/soap/types/authm.rb', line 21 def data @data end |
#domain ⇒ Object
Returns the value of attribute domain.
20 21 22 |
# File 'lib/virtuozzo/soap/types/authm.rb', line 20 def domain @domain end |
#name ⇒ Object
Returns the value of attribute name.
19 20 21 |
# File 'lib/virtuozzo/soap/types/authm.rb', line 19 def name @name end |