Class: Virtuozzo::SOAP::Drivers::Session::RealmType

Inherits:
Object
  • Object
show all
Defined in:
lib/virtuozzo/soap/drivers/session/types.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.



1194
1195
1196
1197
1198
1199
# File 'lib/virtuozzo/soap/drivers/session/types.rb', line 1194

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.



1192
1193
1194
# File 'lib/virtuozzo/soap/drivers/session/types.rb', line 1192

def builtin
  @builtin
end

#idObject

Returns the value of attribute id.



1189
1190
1191
# File 'lib/virtuozzo/soap/drivers/session/types.rb', line 1189

def id
  @id
end

#nameObject

Returns the value of attribute name.



1191
1192
1193
# File 'lib/virtuozzo/soap/drivers/session/types.rb', line 1191

def name
  @name
end

#typeObject

Returns the value of attribute type.



1190
1191
1192
# File 'lib/virtuozzo/soap/drivers/session/types.rb', line 1190

def type
  @type
end