Class: Virtuozzo::SOAP::Types::Authm::Edit_group
- Inherits:
-
Auth_nameType
- Object
- Auth_nameType
- Virtuozzo::SOAP::Types::Authm::Edit_group
- Defined in:
- lib/virtuozzo/soap/types/authm.rb
Overview
http://www.swsoft.com/webservices/vzl/4.0.0/authmedit_group
name - SOAP::SOAPBase64
domain - SOAP::SOAPBase64
realm - (any)
group - Virtuozzo::SOAP::Types::Authm::Sp_modType
Instance Attribute Summary collapse
-
#domain ⇒ Object
Returns the value of attribute domain.
-
#group ⇒ Object
Returns the value of attribute group.
-
#name ⇒ Object
Returns the value of attribute name.
-
#realm ⇒ Object
Returns the value of attribute realm.
Instance Method Summary collapse
-
#initialize(name = nil, domain = nil, realm = nil, group = nil) ⇒ Edit_group
constructor
A new instance of Edit_group.
Constructor Details
#initialize(name = nil, domain = nil, realm = nil, group = nil) ⇒ Edit_group
Returns a new instance of Edit_group.
2140 2141 2142 2143 2144 2145 |
# File 'lib/virtuozzo/soap/types/authm.rb', line 2140 def initialize(name = nil, domain = nil, realm = nil, group = nil) @name = name @domain = domain @realm = realm @group = group end |
Instance Attribute Details
#domain ⇒ Object
Returns the value of attribute domain.
2136 2137 2138 |
# File 'lib/virtuozzo/soap/types/authm.rb', line 2136 def domain @domain end |
#group ⇒ Object
Returns the value of attribute group.
2138 2139 2140 |
# File 'lib/virtuozzo/soap/types/authm.rb', line 2138 def group @group end |
#name ⇒ Object
Returns the value of attribute name.
2135 2136 2137 |
# File 'lib/virtuozzo/soap/types/authm.rb', line 2135 def name @name end |
#realm ⇒ Object
Returns the value of attribute realm.
2137 2138 2139 |
# File 'lib/virtuozzo/soap/types/authm.rb', line 2137 def realm @realm end |