Class: Zillabyte::API::Base

Inherits:
Object
  • Object
show all
Includes:
Helpers
Defined in:
lib/zillabyte/api/base.rb

Direct Known Subclasses

Data, Flows, Keys, Logs, Metrics, SemanticTags, Sources, Zillalogs

Instance Method Summary collapse

Methods included from Helpers

#app, #ask, #command, #create_git_remote, #display, #error, #extract_app_from_git_config, #extract_app_in_dir, #format_with_bang, #friendly_dir, #get_flow_ui_link, #get_info, #get_rich_info, #git, #handle_downloading_manifest, #has_git?, #longest, #read_multiline, #truncate_message, #version_okay?, #with_tty

Constructor Details

#initialize(api) ⇒ Base

Returns a new instance of Base.



6
7
8
# File 'lib/zillabyte/api/base.rb', line 6

def initialize(api)
  @api = api
end

Instance Method Details

#request(*args) ⇒ Object



10
11
12
# File 'lib/zillabyte/api/base.rb', line 10

def request(*args)
  @api.request(*args)
end