Class: DocJuan::Configuration

Inherits:
Object
  • Object
show all
Defined in:
lib/doc_juan/config.rb

Instance Attribute Summary collapse

Instance Attribute Details

#hostObject

Returns the value of attribute host.



12
13
14
# File 'lib/doc_juan/config.rb', line 12

def host
  @host
end

#passwordObject

Returns the value of attribute password.



12
13
14
# File 'lib/doc_juan/config.rb', line 12

def password
  @password
end

#secretObject

Returns the value of attribute secret.



12
13
14
# File 'lib/doc_juan/config.rb', line 12

def secret
  @secret
end

#usernameObject

Returns the value of attribute username.



12
13
14
# File 'lib/doc_juan/config.rb', line 12

def username
  @username
end