Class: Ocular::Inputs::RabbitMQ::Input::RabbitMQRunContext
- Inherits:
-
DSL::RunContext
- Object
- DSL::RunContext
- Ocular::Inputs::RabbitMQ::Input::RabbitMQRunContext
- Defined in:
- lib/ocular/inputs/rabbitmq_input.rb
Instance Attribute Summary collapse
-
#delivery_info ⇒ Object
Returns the value of attribute delivery_info.
-
#metadata ⇒ Object
Returns the value of attribute metadata.
-
#payload ⇒ Object
Returns the value of attribute payload.
Attributes inherited from DSL::RunContext
#class_name, #event_signature, #logger, #proxy, #run_id
Instance Method Summary collapse
-
#initialize(logger) ⇒ RabbitMQRunContext
constructor
A new instance of RabbitMQRunContext.
Methods inherited from DSL::RunContext
#after_fork, #cleanup, #method_missing, #register_cleanup
Methods included from Cron::DSL
Methods included from DSL::File
Methods included from DSL::Cache
Methods included from DSL::Graphite
#graphite, #graphite_get_latests
Methods included from DSL::RabbitMQ
Methods included from DSL::Mongo
Methods included from DSL::Psql
Methods included from DSL::MySQL
Methods included from DSL::Orbit
Methods included from DSL::Etcd
#etcd, #locked?, #ttl_lock, #unlock
Methods included from DSL::Fog
#autoscaling, #aws, #find_server_by_id, #find_server_by_ip, #find_servers_in_autoscaling_groups, #get_servers_in_autoscaling_group
Methods included from DSL::SSH
Methods included from DSL::Logging
#debug, #error, #fatal, #info, #log_cause, #log_event, #log_timing, #warn
Constructor Details
#initialize(logger) ⇒ RabbitMQRunContext
Returns a new instance of RabbitMQRunContext.
49 50 51 |
# File 'lib/ocular/inputs/rabbitmq_input.rb', line 49 def initialize(logger) super(logger) end |
Dynamic Method Handling
This class handles dynamic methods through the method_missing method in the class Ocular::DSL::RunContext
Instance Attribute Details
#delivery_info ⇒ Object
Returns the value of attribute delivery_info.
47 48 49 |
# File 'lib/ocular/inputs/rabbitmq_input.rb', line 47 def delivery_info @delivery_info end |
#metadata ⇒ Object
Returns the value of attribute metadata.
47 48 49 |
# File 'lib/ocular/inputs/rabbitmq_input.rb', line 47 def @metadata end |
#payload ⇒ Object
Returns the value of attribute payload.
47 48 49 |
# File 'lib/ocular/inputs/rabbitmq_input.rb', line 47 def payload @payload end |