abstract class CB::APIAction

Overview

APIAction performs some action utilizing the API.

Direct Known Subclasses

Defined in:

cb/action.cr

Constructors

Instance Method Summary

Instance methods inherited from class CB::Action

call call, input : IO input, input=(input : IO) input=, output : IO output, output=(output : IO) output=

Constructor methods inherited from class CB::Action

new(input : IO = STDIN, output : IO = STDOUT) new

Constructor Detail

def self.new(client : CB::Client, input = STDIN, output = STDOUT) #

[View source]

Instance Method Detail

def client : Client #

[View source]
def client=(client : Client) #

[View source]
abstract def run #

[View source]