Module: Roda::Project::Helpers::Ids
Instance Method Summary collapse
- #api_id ⇒ Object
- #fullstack_id ⇒ Object
- #minitest_id ⇒ Object
- #mysql_id ⇒ Object
- #postgresql_id ⇒ Object
- #rspec_id ⇒ Object
- #sqlite_id ⇒ Object
Instance Method Details
#fullstack_id ⇒ Object
5 |
# File 'lib/roda/project/helpers/ids.rb', line 5 def fullstack_id = Roda::Project::FULLSTACK |
#minitest_id ⇒ Object
11 |
# File 'lib/roda/project/helpers/ids.rb', line 11 def minitest_id = Roda::Project::MINITEST |
#mysql_id ⇒ Object
6 |
# File 'lib/roda/project/helpers/ids.rb', line 6 def mysql_id = Roda::Project::MYSQL |
#postgresql_id ⇒ Object
8 |
# File 'lib/roda/project/helpers/ids.rb', line 8 def postgresql_id = Roda::Project::POSTGRESQL |