class R2OAS::Schema::V3::FromFiles::PathRef
Constants
- VALID_KEYS
Public Class Methods
new(data)
click to toggle source
# File lib/r2-oas/schema/v3/object/from_files/utils/refs.rb, line 80 def initialize(data) build(data, { type: :path_item }) end
Private Instance Methods
valid_keys()
click to toggle source
# File lib/r2-oas/schema/v3/object/from_files/utils/refs.rb, line 88 def valid_keys VALID_KEYS end
writable_keys()
click to toggle source
# File lib/r2-oas/schema/v3/object/from_files/utils/refs.rb, line 92 def writable_keys [] end