Method: CloudFlock::Task::ServerProfile#to_hash

Defined in:
lib/cloudflock/task/server-profile.rb

#to_hashObject

Public: Return server information and warnings as a Hash.

Returns a Hash.



34
35
36
# File 'lib/cloudflock/task/server-profile.rb', line 34

def to_hash
  { info: @info, warnings: @warnings }
end