Class: Replyr::Config

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

Instance Attribute Summary collapse

Instance Attribute Details

#bounce_hostObject

Returns the value of attribute bounce_host.



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

def bounce_host
  @bounce_host
end

#bounce_prefixObject

Returns the value of attribute bounce_prefix.



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

def bounce_prefix
  @bounce_prefix
end

#reply_hostObject

Returns the value of attribute reply_host.



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

def reply_host
  @reply_host
end

#reply_prefixObject

Returns the value of attribute reply_prefix.



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

def reply_prefix
  @reply_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