Class: Virtuozzo::SOAP::Types::Alertm::RealmType

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

Overview

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

id - (any)
type - SOAP::SOAPInt
name - SOAP::SOAPString
builtin - (any)

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(id = nil, type = nil, name = nil, builtin = nil) ⇒ RealmType

Returns a new instance of RealmType.



1216
1217
1218
1219
1220
1221
# File 'lib/virtuozzo/soap/types/alertm.rb', line 1216

def initialize(id = nil, type = nil, name = nil, builtin = nil)
  @id = id
  @type = type
  @name = name
  @builtin = builtin
end

Instance Attribute Details

#builtinObject

Returns the value of attribute builtin.



1214
1215
1216
# File 'lib/virtuozzo/soap/types/alertm.rb', line 1214

def builtin
  @builtin
end

#idObject

Returns the value of attribute id.



1211
1212
1213
# File 'lib/virtuozzo/soap/types/alertm.rb', line 1211

def id
  @id
end

#nameObject

Returns the value of attribute name.



1213
1214
1215
# File 'lib/virtuozzo/soap/types/alertm.rb', line 1213

def name
  @name
end

#typeObject

Returns the value of attribute type.



1212
1213
1214
# File 'lib/virtuozzo/soap/types/alertm.rb', line 1212

def type
  @type
end