Class: Virtuozzo::SOAP::Types::Firewallm::GroupType
- Inherits:
-
Object
- Object
- Virtuozzo::SOAP::Types::Firewallm::GroupType
- Defined in:
- lib/virtuozzo/soap/types/firewallm.rb,
lib/virtuozzo/soap/types/firewallm.rb
Overview
Direct Known Subclasses
Defined Under Namespace
Classes: Member_group, User
Instance Attribute Summary collapse
-
#gid ⇒ Object
Returns the value of attribute gid.
-
#member_group ⇒ Object
Returns the value of attribute member_group.
-
#name ⇒ Object
Returns the value of attribute name.
-
#user ⇒ Object
Returns the value of attribute user.
Instance Method Summary collapse
-
#initialize(user = [], member_group = [], name = nil, gid = nil) ⇒ GroupType
constructor
A new instance of GroupType.
Constructor Details
#initialize(user = [], member_group = [], name = nil, gid = nil) ⇒ GroupType
Returns a new instance of GroupType.
1033 1034 1035 1036 1037 1038 |
# File 'lib/virtuozzo/soap/types/firewallm.rb', line 1033 def initialize(user = [], member_group = [], name = nil, gid = nil) @user = user @member_group = member_group @name = name @gid = gid end |
Instance Attribute Details
#gid ⇒ Object
Returns the value of attribute gid.
1031 1032 1033 |
# File 'lib/virtuozzo/soap/types/firewallm.rb', line 1031 def gid @gid end |
#member_group ⇒ Object
Returns the value of attribute member_group.
1029 1030 1031 |
# File 'lib/virtuozzo/soap/types/firewallm.rb', line 1029 def member_group @member_group end |
#name ⇒ Object
Returns the value of attribute name.
1030 1031 1032 |
# File 'lib/virtuozzo/soap/types/firewallm.rb', line 1030 def name @name end |
#user ⇒ Object
Returns the value of attribute user.
1028 1029 1030 |
# File 'lib/virtuozzo/soap/types/firewallm.rb', line 1028 def user @user end |