Class: Virtuozzo::SOAP::Types::EnvSamplem::RealmType

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



1153
1154
1155
1156
1157
1158
# File 'lib/virtuozzo/soap/types/env_samplem.rb', line 1153

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.



1151
1152
1153
# File 'lib/virtuozzo/soap/types/env_samplem.rb', line 1151

def builtin
  @builtin
end

#idObject

Returns the value of attribute id.



1148
1149
1150
# File 'lib/virtuozzo/soap/types/env_samplem.rb', line 1148

def id
  @id
end

#nameObject

Returns the value of attribute name.



1150
1151
1152
# File 'lib/virtuozzo/soap/types/env_samplem.rb', line 1150

def name
  @name
end

#typeObject

Returns the value of attribute type.



1149
1150
1151
# File 'lib/virtuozzo/soap/types/env_samplem.rb', line 1149

def type
  @type
end