Class: Apis::CycleCounter

Inherits:
Object
  • Object
show all
Defined in:
lib/apis/endpoints/cyclecounter.rb

Overview

Class to fetch cyclecounter

Instance Method Summary collapse

Instance Method Details

#cyclecounterFaraday::Response

Get current status of bicycle counters in Iceland, currently only one located by Sudurlandsbraut in Reykjavik.

Returns:

  • (Faraday::Response)

    Api result.



10
11
12
# File 'lib/apis/endpoints/cyclecounter.rb', line 10

def cyclecounter
  Apis.client.get('/cyclecounter')
end