Class: Happn::Configuration

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

Instance Attribute Summary collapse

Instance Attribute Details

#bunny_optionsObject

Returns the value of attribute bunny_options.



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

def bunny_options
  @bunny_options
end

#loggerObject

Returns the value of attribute logger.



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

def logger
  @logger
end

#management_optionsObject

Returns the value of attribute management_options.



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

def management_options
  @management_options
end

#on_errorObject

Returns the value of attribute on_error.



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

def on_error
  @on_error
end

#projector_classesObject

Returns the value of attribute projector_classes.



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

def projector_classes
  @projector_classes
end

#rabbitmq_exchange_durableObject

Returns the value of attribute rabbitmq_exchange_durable.



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

def rabbitmq_exchange_durable
  @rabbitmq_exchange_durable
end

#rabbitmq_exchange_nameObject

Returns the value of attribute rabbitmq_exchange_name.



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

def rabbitmq_exchange_name
  @rabbitmq_exchange_name
end

#rabbitmq_hostObject

Returns the value of attribute rabbitmq_host.



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

def rabbitmq_host
  @rabbitmq_host
end

#rabbitmq_management_portObject

Returns the value of attribute rabbitmq_management_port.



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

def rabbitmq_management_port
  @rabbitmq_management_port
end

#rabbitmq_management_schemeObject

Returns the value of attribute rabbitmq_management_scheme.



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

def rabbitmq_management_scheme
  @rabbitmq_management_scheme
end

#rabbitmq_passwordObject

Returns the value of attribute rabbitmq_password.



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

def rabbitmq_password
  @rabbitmq_password
end

#rabbitmq_portObject

Returns the value of attribute rabbitmq_port.



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

def rabbitmq_port
  @rabbitmq_port
end

#rabbitmq_prefetch_sizeObject

Returns the value of attribute rabbitmq_prefetch_size.



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

def rabbitmq_prefetch_size
  @rabbitmq_prefetch_size
end

#rabbitmq_queue_modeObject

Returns the value of attribute rabbitmq_queue_mode.



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

def rabbitmq_queue_mode
  @rabbitmq_queue_mode
end

#rabbitmq_queue_nameObject

Returns the value of attribute rabbitmq_queue_name.



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

def rabbitmq_queue_name
  @rabbitmq_queue_name
end

#rabbitmq_userObject

Returns the value of attribute rabbitmq_user.



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

def rabbitmq_user
  @rabbitmq_user
end