Class: Virtuozzo::SOAP::Types::Devm::RealmType

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



2012
2013
2014
2015
2016
2017
# File 'lib/virtuozzo/soap/types/devm.rb', line 2012

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.



2010
2011
2012
# File 'lib/virtuozzo/soap/types/devm.rb', line 2010

def builtin
  @builtin
end

#idObject

Returns the value of attribute id.



2007
2008
2009
# File 'lib/virtuozzo/soap/types/devm.rb', line 2007

def id
  @id
end

#nameObject

Returns the value of attribute name.



2009
2010
2011
# File 'lib/virtuozzo/soap/types/devm.rb', line 2009

def name
  @name
end

#typeObject

Returns the value of attribute type.



2008
2009
2010
# File 'lib/virtuozzo/soap/types/devm.rb', line 2008

def type
  @type
end