Module: Roda::Project::Helpers::Ids

Included in:
CLI, Context
Defined in:
lib/roda/project/helpers/ids.rb

Instance Method Summary collapse

Instance Method Details

#api_idObject



9
# File 'lib/roda/project/helpers/ids.rb', line 9

def api_id = Roda::Project::API

#fullstack_idObject



5
# File 'lib/roda/project/helpers/ids.rb', line 5

def fullstack_id = Roda::Project::FULLSTACK

#minitest_idObject



11
# File 'lib/roda/project/helpers/ids.rb', line 11

def minitest_id = Roda::Project::MINITEST

#mysql_idObject



6
# File 'lib/roda/project/helpers/ids.rb', line 6

def mysql_id = Roda::Project::MYSQL

#postgresql_idObject



8
# File 'lib/roda/project/helpers/ids.rb', line 8

def postgresql_id = Roda::Project::POSTGRESQL

#rspec_idObject



10
# File 'lib/roda/project/helpers/ids.rb', line 10

def rspec_id = Roda::Project::RSPEC

#sqlite_idObject



7
# File 'lib/roda/project/helpers/ids.rb', line 7

def sqlite_id = Roda::Project::SQLITE