Sha256: 26fcc2ab4411442116c9d23a0c997290ed62b1447cd9f1fca12e398412a1f462
Contents?: true
Size: 308 Bytes
Versions: 2
Compression:
Stored size: 308 Bytes
Contents
# frozen_string_literal: true require_relative "./representer/company_representer" module ONEAccess module Response class CompanyResponse extend Serializable represented_by Representer::CompanyRepresenter attr_accessor :api_status_code attr_accessor :data end end end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
oneaccess-0.1.3 | lib/oneaccess/response/company_response.rb |
oneaccess-0.1.2 | lib/oneaccess/response/company_response.rb |