struct Endpoint

Included Modules

Defined in:

models/endpoint.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(url : String, method : String, params : Array(Param), details : Details) #

[View source]
def self.new(url : String, method : String, params : Array(Param)) #

[View source]
def self.new(url : String, method : String, details : Details) #

[View source]
def self.new(ctx : YAML::ParseContext, node : YAML::Nodes::Node) #

[View source]
def self.new(url : String, method : String) #

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

[View source]

Instance Method Detail

def details : Details #

[View source]
def details=(details : Details) #

[View source]
def method : String #

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

[View source]
def params : Array(Param) #

[View source]
def params=(params : Array(Param)) #

[View source]
def params_to_hash #

[View source]
def protocol : String #

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

[View source]
def push_param(param : Param) #

[View source]
def set_details(details : Details) #

[View source]
def set_protocol(protocol : String) #

[View source]
def url : String #

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

[View source]