class Fog::Compute::Ecloud::SupportTicket

Public Instance Methods

id() click to toggle source
# File lib/fog/ecloud/models/compute/support_ticket.rb, line 23
def id
  href.scan(%r\d+/)[0]
end