class Open::Api::Ref

Included Modules

Defined in:

open-api/ref.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(ctx : YAML::ParseContext, node : YAML::Nodes::Node) #

[View source]
def self.new(pull : JSON::PullParser) #

[View source]
def self.new(ref : String) #

[View source]

Instance Method Detail

def ref : String #

[View source]
def ref=(ref : String) #

[View source]
def to_h : Hash(String, Open::Api::ExampleValue) #

[View source]