Module: Phabricator::Config

Included in:
Phabricator
Defined in:
lib/phabricator/config.rb

Instance Attribute Summary collapse

Instance Method Summary collapse

Instance Attribute Details

#certObject

Returns the value of attribute cert.



3
4
5
# File 'lib/phabricator/config.rb', line 3

def cert
  @cert
end

#hostObject

Returns the value of attribute host.



3
4
5
# File 'lib/phabricator/config.rb', line 3

def host
  @host
end

#userObject

Returns the value of attribute user.



3
4
5
# File 'lib/phabricator/config.rb', line 3

def user
  @user
end

Instance Method Details

#configure {|_self| ... } ⇒ Object

Yields:

  • (_self)

Yield Parameters:



5
6
7
# File 'lib/phabricator/config.rb', line 5

def configure
  yield self
end