Class: Phabulous::Configuration

Inherits:
Object
  • Object
show all
Defined in:
lib/phabulous/configuration.rb

Instance Attribute Summary collapse

Instance Attribute Details

#certObject

Returns the value of attribute cert.



3
4
5
# File 'lib/phabulous/configuration.rb', line 3

def cert
  @cert
end

#hostObject

Returns the value of attribute host.



3
4
5
# File 'lib/phabulous/configuration.rb', line 3

def host
  @host
end

#userObject

Returns the value of attribute user.



3
4
5
# File 'lib/phabulous/configuration.rb', line 3

def user
  @user
end