Class: Virtuozzo::SOAP::Types::Authm::RealmType

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

Overview

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

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

Direct Known Subclasses

Dir_realmType

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.



1226
1227
1228
1229
1230
1231
# File 'lib/virtuozzo/soap/types/authm.rb', line 1226

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.



1224
1225
1226
# File 'lib/virtuozzo/soap/types/authm.rb', line 1224

def builtin
  @builtin
end

#idObject

Returns the value of attribute id.



1221
1222
1223
# File 'lib/virtuozzo/soap/types/authm.rb', line 1221

def id
  @id
end

#nameObject

Returns the value of attribute name.



1223
1224
1225
# File 'lib/virtuozzo/soap/types/authm.rb', line 1223

def name
  @name
end

#typeObject

Returns the value of attribute type.



1222
1223
1224
# File 'lib/virtuozzo/soap/types/authm.rb', line 1222

def type
  @type
end