class Fog::Brightbox::Compute::Events

Public Instance Methods

all() click to toggle source
# File lib/fog/brightbox/models/compute/events.rb, line 9
def all
  data = service.list_events
  load(data)
end