Class: Agents::RenaultZeAgent
- Inherits:
-
Agent
- Object
- Agent
- Agents::RenaultZeAgent
- Defined in:
- lib/huginn_renault_ze_agent/renault_ze_agent.rb
Instance Method Summary collapse
Instance Method Details
#default_options ⇒ Object
9 10 11 12 |
# File 'lib/huginn_renault_ze_agent/renault_ze_agent.rb', line 9 def { } end |
#validate_options ⇒ Object
14 15 |
# File 'lib/huginn_renault_ze_agent/renault_ze_agent.rb', line 14 def end |
#working? ⇒ Boolean
17 18 19 20 21 |
# File 'lib/huginn_renault_ze_agent/renault_ze_agent.rb', line 17 def working? # Implement me! Maybe one of these next two lines would be a good fit? # checked_without_error? # received_event_without_error? end |