class Rancher::Api::Client

Defined in:

rancher_api/client.cr
rancher_api/client/connection.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(url : String, access_key : String, secret_key : String) #

[View source]

Instance Method Detail

def access_key : String #

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

[View source]
def projects #

[View source]
def secret_key : String #

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

[View source]
def url : String #

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

[View source]