Class: Replyr::Config

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

Instance Attribute Summary collapse

Instance Attribute Details

#hostObject

Returns the value of attribute host.



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

def host
  @host
end

#prefixObject

Returns the value of attribute prefix.



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

def prefix
  @prefix
end

#secretObject

Returns the value of attribute secret.



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

def secret
  @secret
end

#user_classObject

Returns the value of attribute user_class.



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

def user_class
  @user_class
end