Sha256: 528a5732afa70d60d92a9fb37946425eb9efb688c2dbff060fe0dc0784863c35
Contents?: true
Size: 396 Bytes
Versions: 2
Compression:
Stored size: 396 Bytes
Contents
# frozen_string_literal: true require_relative './paginated_response' require_relative '../../data_object/industry' module ONEAccess module Response module Representer class IndustriesResponse < PaginatedResponse collection :data, as: :Data, decorator: DataObject::Representer::Industry, class: DataObject::Industry end end end end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
oneaccess-1.3.1 | lib/oneaccess/response/representer/industries_response.rb |
oneaccess-1.3.0 | lib/oneaccess/response/representer/industries_response.rb |