struct EndpointReference

Included Modules

Defined in:

models/endpoint.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(endpoint : Endpoint, metadata : Hash(Symbol, String)) #

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

[View source]

Instance Method Detail

def endpoint : Endpoint #

[View source]
def endpoint=(endpoint : Endpoint) #

[View source]
def metadata : Hash(Symbol, String) #

[View source]
def metadata=(metadata : Hash(Symbol, String)) #

[View source]