Sha256: 5cef69c5b37104e524be5bc3e997df3c45310d9fef6d02f03ca4ab205b0d00c3
Contents?: true
Size: 252 Bytes
Versions: 1
Compression:
Stored size: 252 Bytes
Contents
# frozen_string_literal: true class Rage::OpenAPI::Nodes::Parent attr_reader :root, :controller attr_accessor :deprecated, :private, :auth def initialize(root, controller) @root = root @controller = controller @auth = [] end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
rage-rb-1.11.0 | lib/rage/openapi/nodes/parent.rb |