Class: Virtuozzo::SOAP::Types::Firewallm::GroupType::User

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

Overview

inner class for member: user http://www.swsoft.com/webservices/vzl/4.0.0/typesuser

name - SOAP::SOAPString

Instance Attribute Summary collapse

Attributes inherited from UserType

#comment, #group, #home_dir, #initial_group, #password, #shell, #uid

Instance Method Summary collapse

Constructor Details

#initialize(name = nil) ⇒ User

Returns a new instance of User.



1108
1109
1110
# File 'lib/virtuozzo/soap/types/firewallm.rb', line 1108

def initialize(name = nil)
  @name = name
end

Instance Attribute Details

#nameObject

Returns the value of attribute name.



1106
1107
1108
# File 'lib/virtuozzo/soap/types/firewallm.rb', line 1106

def name
  @name
end