Class: Transilien::Mode

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

Constant Summary

Constants inherited from MicroService

Transilien::MicroService::API_HOST, Transilien::MicroService::API_URI, Transilien::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

#mode_typeObject



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

def mode_type
  @mode_type ||= Transilien::ModeType.find(mode_type_external_code: payload['ModeTypeExternalCode']).try(:first)
end