Class: Klunk::Configuration
- Inherits:
-
Object
- Object
- Klunk::Configuration
- Defined in:
- lib/klunk/configuration.rb
Instance Attribute Summary collapse
-
#deadletter_message_retention_period ⇒ Object
Returns the value of attribute deadletter_message_retention_period.
-
#deadletter_suffix ⇒ Object
Returns the value of attribute deadletter_suffix.
-
#message_retention_period ⇒ Object
Returns the value of attribute message_retention_period.
-
#prefix ⇒ Object
Returns the value of attribute prefix.
-
#retries_limit ⇒ Object
Returns the value of attribute retries_limit.
Instance Attribute Details
#deadletter_message_retention_period ⇒ Object
Returns the value of attribute deadletter_message_retention_period.
3 4 5 |
# File 'lib/klunk/configuration.rb', line 3 def @deadletter_message_retention_period end |
#deadletter_suffix ⇒ Object
Returns the value of attribute deadletter_suffix.
3 4 5 |
# File 'lib/klunk/configuration.rb', line 3 def deadletter_suffix @deadletter_suffix end |
#message_retention_period ⇒ Object
Returns the value of attribute message_retention_period.
3 4 5 |
# File 'lib/klunk/configuration.rb', line 3 def @message_retention_period end |
#prefix ⇒ Object
Returns the value of attribute prefix.
3 4 5 |
# File 'lib/klunk/configuration.rb', line 3 def prefix @prefix end |
#retries_limit ⇒ Object
Returns the value of attribute retries_limit.
3 4 5 |
# File 'lib/klunk/configuration.rb', line 3 def retries_limit @retries_limit end |