Class: Quiver::CLI::Endpoint

Inherits:
Thor::Group
  • Object
show all
Includes:
Thor::Actions
Defined in:
lib/quiver/cli/generators/endpoint.rb

Class Method Summary collapse

Instance Method Summary collapse

Class Method Details

.source_rootObject



8
9
10
# File 'lib/quiver/cli/generators/endpoint.rb', line 8

def self.source_root
  File.expand_path(File.join('..', '..'), __FILE__)
end

Instance Method Details

#firstObject



12
13
14
# File 'lib/quiver/cli/generators/endpoint.rb', line 12

def first
  puts name
end