class Fog::Compute::Packet::Emails

Projects Collection

Public Instance Methods

get(id) click to toggle source
# File lib/fog/compute/packet/models/emails.rb, line 10
def get(id)
  response = service.get_email(id)
  new(response.body)
end