Sha256: 3f72810b642016250eb335e404bdf54ebb8622fc3d04bd3547c52bb686c8ab65
Contents?: true
Size: 292 Bytes
Versions: 4
Compression:
Stored size: 292 Bytes
Contents
# frozen_string_literal: true require_relative "./representer/user_response" module ONEAccess module Response class UserResponse extend Serializable represented_by Representer::UserResponse attr_accessor :api_status_code attr_accessor :data end end end
Version data entries
4 entries across 4 versions & 1 rubygems