Class: Push::Configuration::AMQP
- Inherits:
-
Struct
- Object
- Struct
- Push::Configuration::AMQP
- Defined in:
- lib/push/configuration.rb
Instance Attribute Summary collapse
-
#host ⇒ Object
Returns the value of attribute host.
-
#password ⇒ Object
Returns the value of attribute password.
-
#port ⇒ Object
Returns the value of attribute port.
-
#queue_ttl ⇒ Object
Returns the value of attribute queue_ttl.
-
#username ⇒ Object
Returns the value of attribute username.
-
#vhost ⇒ Object
Returns the value of attribute vhost.
Instance Method Summary collapse
Instance Attribute Details
#host ⇒ Object
Returns the value of attribute host
5 6 7 |
# File 'lib/push/configuration.rb', line 5 def host @host end |
#password ⇒ Object
Returns the value of attribute password
5 6 7 |
# File 'lib/push/configuration.rb', line 5 def password @password end |
#port ⇒ Object
Returns the value of attribute port
5 6 7 |
# File 'lib/push/configuration.rb', line 5 def port @port end |
#queue_ttl ⇒ Object
Returns the value of attribute queue_ttl
5 6 7 |
# File 'lib/push/configuration.rb', line 5 def queue_ttl @queue_ttl end |
#username ⇒ Object
Returns the value of attribute username
5 6 7 |
# File 'lib/push/configuration.rb', line 5 def username @username end |
#vhost ⇒ Object
Returns the value of attribute vhost
5 6 7 |
# File 'lib/push/configuration.rb', line 5 def vhost @vhost end |