Class: Transilien::RoutePoint

Inherits:
MicroService show all
Defined in:
lib/transilien/route_point.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

#stop_pointObject



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

def stop_point
  @stop_point ||= Transilien::StopPoint.find(stop_point_external_code: payload.at('StopPoint').at('StopPointExternalCode'))
end