Method: Travis::CLI::Accounts#description
- Defined in:
- lib/travis/cli/accounts.rb
#description(account) ⇒ Object
24 25 26 27 28 |
# File 'lib/travis/cli/accounts.rb', line 24 def description(account) return "subscribed" if account.subscribed? return "educational account" if account.educational? "not subscribed" end |