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