Class: Agents::RenaultZeAgent

Inherits:
Agent
  • Object
show all
Defined in:
lib/huginn_renault_ze_agent/renault_ze_agent.rb

Instance Method Summary collapse

Instance Method Details

#default_optionsObject



9
10
11
12
# File 'lib/huginn_renault_ze_agent/renault_ze_agent.rb', line 9

def default_options
  {
  }
end

#validate_optionsObject



14
15
# File 'lib/huginn_renault_ze_agent/renault_ze_agent.rb', line 14

def validate_options
end

#working?Boolean

Returns:

  • (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