class DropletKit::Domain

Public Class Methods

from_identifier(identifier) click to toggle source
# File lib/droplet_kit/models/domain.rb, line 14
def self.from_identifier(identifier)
  new(name: identifier)
end

Public Instance Methods

identifier() click to toggle source
# File lib/droplet_kit/models/domain.rb, line 10
def identifier
  name
end