Sha256: 90e245dd909f3facd0f5fc63c2311320545ac5891d2107ea9dfab022290c22c4
Contents?: true
Size: 412 Bytes
Versions: 8
Compression:
Stored size: 412 Bytes
Contents
# frozen_string_literal: true # # Parser for OpenAPI 3.0 data for a given record method # module LedgerSync module Ledgers module NetSuite class Record class Parameter < Util::ReadOnlyObject attribute :description attribute :location, source: :in attribute :name attribute :required attribute :schema end end end end end
Version data entries
8 entries across 8 versions & 1 rubygems