module Raml::Global

@private

Public Instance Methods

default_media_type() click to toggle source
# File lib/raml/mixin/global.rb, line 4
def default_media_type
  @parent.default_media_type
end
resource_type_declarations() click to toggle source
# File lib/raml/mixin/global.rb, line 12
def resource_type_declarations
  @parent.resource_type_declarations
end
schema_declarations() click to toggle source
# File lib/raml/mixin/global.rb, line 16
def schema_declarations
  @parent.schema_declarations
end
security_scheme_declarations() click to toggle source
# File lib/raml/mixin/global.rb, line 20
def security_scheme_declarations
  @parent.security_scheme_declarations
end
trait_declarations() click to toggle source
# File lib/raml/mixin/global.rb, line 8
def trait_declarations
  @parent.trait_declarations
end