Class: Virtuozzo::SOAP::Types::Alertm::GroupType

Inherits:
Object
  • Object
show all
Defined in:
lib/virtuozzo/soap/types/alertm.rb,
lib/virtuozzo/soap/types/alertm.rb

Overview

http://www.swsoft.com/webservices/vzl/4.0.0/typesgroupType

user - Virtuozzo::SOAP::Types::Alerts::GroupType::User
member_group - Virtuozzo::SOAP::Types::Alerts::GroupType::Member_group
name - SOAP::SOAPString
gid - SOAP::SOAPInt

Defined Under Namespace

Classes: Member_group, User

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(user = [], member_group = [], name = nil, gid = nil) ⇒ GroupType

Returns a new instance of GroupType.



980
981
982
983
984
985
# File 'lib/virtuozzo/soap/types/alertm.rb', line 980

def initialize(user = [], member_group = [], name = nil, gid = nil)
  @user = user
  @member_group = member_group
  @name = name
  @gid = gid
end

Instance Attribute Details

#gidObject

Returns the value of attribute gid.



978
979
980
# File 'lib/virtuozzo/soap/types/alertm.rb', line 978

def gid
  @gid
end

#member_groupObject

Returns the value of attribute member_group.



976
977
978
# File 'lib/virtuozzo/soap/types/alertm.rb', line 976

def member_group
  @member_group
end

#nameObject

Returns the value of attribute name.



977
978
979
# File 'lib/virtuozzo/soap/types/alertm.rb', line 977

def name
  @name
end

#userObject

Returns the value of attribute user.



975
976
977
# File 'lib/virtuozzo/soap/types/alertm.rb', line 975

def user
  @user
end