Sha256: efb58a3c12c2146cb6d0aceb72527066a92ad68e3313314d65a99e08946cb815
Contents?: true
Size: 376 Bytes
Versions: 23
Compression:
Stored size: 376 Bytes
Contents
module Locomotive module Concerns module Page module ToSteam def to_steam @steam_page ||= steam_repositories.page.build(self.attributes.symbolize_keys) end private def steam_repositories @steam_repositories ||= Locomotive::Steam::Services.build_instance.repositories end end end end end
Version data entries
23 entries across 23 versions & 1 rubygems