Class: Virtuozzo::SOAP::Types::Scheduler::RealmType

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



1304
1305
1306
1307
1308
1309
# File 'lib/virtuozzo/soap/types/scheduler.rb', line 1304

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.



1302
1303
1304
# File 'lib/virtuozzo/soap/types/scheduler.rb', line 1302

def builtin
  @builtin
end

#idObject

Returns the value of attribute id.



1299
1300
1301
# File 'lib/virtuozzo/soap/types/scheduler.rb', line 1299

def id
  @id
end

#nameObject

Returns the value of attribute name.



1301
1302
1303
# File 'lib/virtuozzo/soap/types/scheduler.rb', line 1301

def name
  @name
end

#typeObject

Returns the value of attribute type.



1300
1301
1302
# File 'lib/virtuozzo/soap/types/scheduler.rb', line 1300

def type
  @type
end