Class: Virtuozzo::SOAP::Types::Userm::Edit_user
- Inherits:
-
Object
- Object
- Virtuozzo::SOAP::Types::Userm::Edit_user
- Defined in:
- lib/virtuozzo/soap/types/userm.rb
Overview
Instance Attribute Summary collapse
-
#max_uid ⇒ Object
Returns the value of attribute max_uid.
-
#min_uid ⇒ Object
Returns the value of attribute min_uid.
-
#name ⇒ Object
Returns the value of attribute name.
-
#user ⇒ Object
Returns the value of attribute user.
Instance Method Summary collapse
-
#initialize(name = nil, user = nil, min_uid = nil, max_uid = nil) ⇒ Edit_user
constructor
A new instance of Edit_user.
Constructor Details
#initialize(name = nil, user = nil, min_uid = nil, max_uid = nil) ⇒ Edit_user
Returns a new instance of Edit_user.
2077 2078 2079 2080 2081 2082 |
# File 'lib/virtuozzo/soap/types/userm.rb', line 2077 def initialize(name = nil, user = nil, min_uid = nil, max_uid = nil) @name = name @user = user @min_uid = min_uid @max_uid = max_uid end |
Instance Attribute Details
#max_uid ⇒ Object
Returns the value of attribute max_uid.
2075 2076 2077 |
# File 'lib/virtuozzo/soap/types/userm.rb', line 2075 def max_uid @max_uid end |
#min_uid ⇒ Object
Returns the value of attribute min_uid.
2074 2075 2076 |
# File 'lib/virtuozzo/soap/types/userm.rb', line 2074 def min_uid @min_uid end |
#name ⇒ Object
Returns the value of attribute name.
2072 2073 2074 |
# File 'lib/virtuozzo/soap/types/userm.rb', line 2072 def name @name end |
#user ⇒ Object
Returns the value of attribute user.
2073 2074 2075 |
# File 'lib/virtuozzo/soap/types/userm.rb', line 2073 def user @user end |