Sha256: f31bc1decad639efb4c08216a531f22eef7b8a2105521239c718851ce656e59b
Contents?: true
Size: 340 Bytes
Versions: 13
Compression:
Stored size: 340 Bytes
Contents
# frozen_string_literal: true require_relative "./base_response" require_relative "./representer/contributors_response" module ONEAccess module Response class ContributorsResponse extend Serializable represented_by Representer::ContributorsResponse attr_accessor :meta attr_accessor :data end end end
Version data entries
13 entries across 13 versions & 1 rubygems