Class: Virtuozzo::SOAP::Types::Firewallm::UserType::Group
- Defined in:
- lib/virtuozzo/soap/types/firewallm.rb
Overview
inner class for member: group http://www.swsoft.com/webservices/vzl/4.0.0/typesgroup
name - SOAP::SOAPString
gid - SOAP::SOAPInt
Instance Attribute Summary collapse
-
#gid ⇒ Object
Returns the value of attribute gid.
-
#name ⇒ Object
Returns the value of attribute name.
Attributes inherited from GroupType
Instance Method Summary collapse
-
#initialize(name = nil, gid = nil) ⇒ Group
constructor
A new instance of Group.
Constructor Details
#initialize(name = nil, gid = nil) ⇒ Group
Returns a new instance of Group.
1074 1075 1076 1077 |
# File 'lib/virtuozzo/soap/types/firewallm.rb', line 1074 def initialize(name = nil, gid = nil) @name = name @gid = gid end |
Instance Attribute Details
#gid ⇒ Object
Returns the value of attribute gid.
1072 1073 1074 |
# File 'lib/virtuozzo/soap/types/firewallm.rb', line 1072 def gid @gid end |
#name ⇒ Object
Returns the value of attribute name.
1071 1072 1073 |
# File 'lib/virtuozzo/soap/types/firewallm.rb', line 1071 def name @name end |