class DropletKit::Project

Constants

DEFAULT

Public Class Methods

from_identifier(identifier) click to toggle source
# File lib/droplet_kit/models/project.rb, line 16
def self.from_identifier(identifier)
  new(uuid: identifier)
end