Class: Virtuozzo::SOAP::Types::Authm::Sample_confType

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

Overview

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

env_config - Virtuozzo::SOAP::Types::Authm::Env_configType
id - SOAP::SOAPString
name - SOAP::SOAPString
comment - SOAP::SOAPBase64
vt_version - Virtuozzo::SOAP::Types::Authm::Sample_confType::Vt_version

Defined Under Namespace

Classes: Vt_version

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(env_config = nil, id = nil, name = nil, comment = nil, vt_version = nil) ⇒ Sample_confType

Returns a new instance of Sample_confType.



553
554
555
556
557
558
559
# File 'lib/virtuozzo/soap/types/authm.rb', line 553

def initialize(env_config = nil, id = nil, name = nil, comment = nil, vt_version = nil)
  @env_config = env_config
  @id = id
  @name = name
  @comment = comment
  @vt_version = vt_version
end

Instance Attribute Details

#commentObject

Returns the value of attribute comment.



550
551
552
# File 'lib/virtuozzo/soap/types/authm.rb', line 550

def comment
  @comment
end

#env_configObject

Returns the value of attribute env_config.



547
548
549
# File 'lib/virtuozzo/soap/types/authm.rb', line 547

def env_config
  @env_config
end

#idObject

Returns the value of attribute id.



548
549
550
# File 'lib/virtuozzo/soap/types/authm.rb', line 548

def id
  @id
end

#nameObject

Returns the value of attribute name.



549
550
551
# File 'lib/virtuozzo/soap/types/authm.rb', line 549

def name
  @name
end

#vt_versionObject

Returns the value of attribute vt_version.



551
552
553
# File 'lib/virtuozzo/soap/types/authm.rb', line 551

def vt_version
  @vt_version
end