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