Class: Transilien::Route

Inherits:
MicroService show all
Defined in:
lib/transilien/route.rb

Constant Summary

Constants inherited from MicroService

MicroService::API_HOST, MicroService::API_URI, MicroService::Default_cache_duration

Instance Attribute Summary

Attributes inherited from MicroService

#access_time, #external_code, #name, #payload

Instance Method Summary collapse

Methods inherited from MicroService

action, action_component, action_instance_xpath, action_param, add_filters, cache_it, cache_keys, errors, filters, filters=, find, find_from_full_query_cache, find_from_query_caches, from_node, http, params, #to_s

Instance Method Details

#lineObject



2
3
4
# File 'lib/transilien/route.rb', line 2

def line
  @line ||= Transilien::Line.from_node(payload.at('Line'), access_time)
end