Class: Rudisco::CLI::Presentation

Inherits:
Object
  • Object
show all
Includes:
CommandLineReporter
Defined in:
lib/rudisco/cli/presentation.rb

Overview

no-doc

Direct Known Subclasses

Download, Find, GitClone, Open, Show, Update

Defined Under Namespace

Classes: Download, Find, GitClone, Open, Show, Update

Instance Method Summary collapse

Constructor Details

#initialize(**params) ⇒ Presentation

no-doc

Raises:

  • (NotImplementedError)


8
9
10
# File 'lib/rudisco/cli/presentation.rb', line 8

def initialize(**params) # no-doc
  raise NotImplementedError, "Abstract class called!"
end

Instance Method Details

#showObject

no-doc

Raises:

  • (NotImplementedError)


12
13
14
# File 'lib/rudisco/cli/presentation.rb', line 12

def show # no-doc
  raise NotImplementedError, "Abstract method called!"
end