Sha256: 6f8890e7c3a1b2568dc8c064e28cf737e9ae761f6863bd12ac58ee09a333f870
Contents?: true
Size: 482 Bytes
Versions: 4
Compression:
Stored size: 482 Bytes
Contents
# frozen_string_literal: true require_relative "./representer/product_groups_response" module ONEAccess module Response class ProductGroupsResponse extend Serializable represented_by Representer::ProductGroupsResponse attr_accessor :api_status_code attr_accessor :total_count attr_accessor :has_more_records attr_accessor :data alias has_more_records? has_more_records alias more_records? has_more_records end end end
Version data entries
4 entries across 4 versions & 1 rubygems