Class: Virtuozzo::SOAP::Types::Packagem::CpuType
- Inherits:
-
Object
- Object
- Virtuozzo::SOAP::Types::Packagem::CpuType
- Defined in:
- lib/virtuozzo/soap/types/packagem.rb
Overview
Instance Attribute Summary collapse
-
#bogomips ⇒ Object
Returns the value of attribute bogomips.
-
#cores ⇒ Object
Returns the value of attribute cores.
-
#family ⇒ Object
Returns the value of attribute family.
-
#hyperthreads ⇒ Object
Returns the value of attribute hyperthreads.
-
#mhz ⇒ Object
Returns the value of attribute mhz.
-
#model ⇒ Object
Returns the value of attribute model.
-
#name ⇒ Object
Returns the value of attribute name.
-
#number ⇒ Object
Returns the value of attribute number.
-
#units ⇒ Object
Returns the value of attribute units.
Instance Method Summary collapse
-
#initialize(mhz = nil, name = nil, number = nil, cores = nil, hyperthreads = nil, units = nil, family = nil, model = nil, bogomips = nil) ⇒ CpuType
constructor
A new instance of CpuType.
Constructor Details
#initialize(mhz = nil, name = nil, number = nil, cores = nil, hyperthreads = nil, units = nil, family = nil, model = nil, bogomips = nil) ⇒ CpuType
Returns a new instance of CpuType.
944 945 946 947 948 949 950 951 952 953 954 |
# File 'lib/virtuozzo/soap/types/packagem.rb', line 944 def initialize(mhz = nil, name = nil, number = nil, cores = nil, hyperthreads = nil, units = nil, family = nil, model = nil, bogomips = nil) @mhz = mhz @name = name @number = number @cores = cores @hyperthreads = hyperthreads @units = units @family = family @model = model @bogomips = bogomips end |
Instance Attribute Details
#bogomips ⇒ Object
Returns the value of attribute bogomips.
942 943 944 |
# File 'lib/virtuozzo/soap/types/packagem.rb', line 942 def bogomips @bogomips end |
#cores ⇒ Object
Returns the value of attribute cores.
937 938 939 |
# File 'lib/virtuozzo/soap/types/packagem.rb', line 937 def cores @cores end |
#family ⇒ Object
Returns the value of attribute family.
940 941 942 |
# File 'lib/virtuozzo/soap/types/packagem.rb', line 940 def family @family end |
#hyperthreads ⇒ Object
Returns the value of attribute hyperthreads.
938 939 940 |
# File 'lib/virtuozzo/soap/types/packagem.rb', line 938 def hyperthreads @hyperthreads end |
#mhz ⇒ Object
Returns the value of attribute mhz.
934 935 936 |
# File 'lib/virtuozzo/soap/types/packagem.rb', line 934 def mhz @mhz end |
#model ⇒ Object
Returns the value of attribute model.
941 942 943 |
# File 'lib/virtuozzo/soap/types/packagem.rb', line 941 def model @model end |
#name ⇒ Object
Returns the value of attribute name.
935 936 937 |
# File 'lib/virtuozzo/soap/types/packagem.rb', line 935 def name @name end |
#number ⇒ Object
Returns the value of attribute number.
936 937 938 |
# File 'lib/virtuozzo/soap/types/packagem.rb', line 936 def number @number end |
#units ⇒ Object
Returns the value of attribute units.
939 940 941 |
# File 'lib/virtuozzo/soap/types/packagem.rb', line 939 def units @units end |