class Softlayer::Hardware::Benchmark::Certification
Constants
- SERVICE
Attributes
account[RW]
account_id[RW]
create_date[RW]
hardware[RW]
hardware_id[RW]
Public Instance Methods
get_account()
click to toggle source
# File lib/softlayer/hardware/benchmark/certification.rb, line 12 def get_account request(:get_account, Softlayer::Account) end
get_hardware()
click to toggle source
# File lib/softlayer/hardware/benchmark/certification.rb, line 16 def get_hardware request(:get_hardware, Softlayer::Hardware) end
get_object()
click to toggle source
# File lib/softlayer/hardware/benchmark/certification.rb, line 20 def get_object request(:get_object, Softlayer::Hardware::Benchmark::Certification) end
get_result_file()
click to toggle source
# File lib/softlayer/hardware/benchmark/certification.rb, line 24 def get_result_file request(:get_result_file, Softlayer::Base64Binary) end