Sha256: d2a14848203be3c3909aaa03bcc3d0243eb6dc0eb5e8f3aefcbd968efea45f12
Contents?: true
Size: 321 Bytes
Versions: 1
Compression:
Stored size: 321 Bytes
Contents
# frozen_string_literal: true module Kentaa module Api module Resources class Logo attr_reader :data def initialize(data) @data = data end def url data[:url] end def locale data[:locale] end end end end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
kentaa-api-0.8.0 | lib/kentaa/api/resources/logo.rb |