class Agents::RenaultZeAgent
Public Instance Methods
default_options()
click to toggle source
# File lib/huginn_renault_ze_agent/renault_ze_agent.rb, line 9 def default_options { } end
validate_options()
click to toggle source
# File lib/huginn_renault_ze_agent/renault_ze_agent.rb, line 14 def validate_options end
working?()
click to toggle source
# 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