class Fog::Compute::XenServer::HostMetrics
Public Class Methods
new(attributes = {})
click to toggle source
Calls superclass method
Fog::Model::new
# File lib/fog/xenserver/models/compute/host_metrics.rb, line 20 def initialize(attributes = {}) super self.last_updated = attributes[:last_updated].to_time end