module Phabricator::Config

Attributes

cert[RW]
host[RW]
user[RW]

Public Instance Methods

configure() { |self| ... } click to toggle source
# File lib/phabricator/config.rb, line 5
def configure
  yield self
end