Class: Virtuozzo::SOAP::Types::ResLog::PackageType

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

Overview

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

name - SOAP::SOAPString
summary - SOAP::SOAPString
os - Virtuozzo::SOAP::Types::ResLog::OsType
description - SOAP::SOAPString
arch - SOAP::SOAPString
version - SOAP::SOAPString

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(name = nil, summary = nil, os = nil, description = nil, arch = nil, version = nil) ⇒ PackageType

Returns a new instance of PackageType.



1136
1137
1138
1139
1140
1141
1142
1143
# File 'lib/virtuozzo/soap/types/res_log.rb', line 1136

def initialize(name = nil, summary = nil, os = nil, description = nil, arch = nil, version = nil)
  @name = name
  @summary = summary
  @os = os
  @description = description
  @arch = arch
  @version = version
end

Instance Attribute Details

#archObject

Returns the value of attribute arch.



1133
1134
1135
# File 'lib/virtuozzo/soap/types/res_log.rb', line 1133

def arch
  @arch
end

#descriptionObject

Returns the value of attribute description.



1132
1133
1134
# File 'lib/virtuozzo/soap/types/res_log.rb', line 1132

def description
  @description
end

#nameObject

Returns the value of attribute name.



1129
1130
1131
# File 'lib/virtuozzo/soap/types/res_log.rb', line 1129

def name
  @name
end

#osObject

Returns the value of attribute os.



1131
1132
1133
# File 'lib/virtuozzo/soap/types/res_log.rb', line 1131

def os
  @os
end

#summaryObject

Returns the value of attribute summary.



1130
1131
1132
# File 'lib/virtuozzo/soap/types/res_log.rb', line 1130

def summary
  @summary
end

#versionObject

Returns the value of attribute version.



1134
1135
1136
# File 'lib/virtuozzo/soap/types/res_log.rb', line 1134

def version
  @version
end