Class: Robot
- Inherits:
-
Object
- Object
- Robot
- Defined in:
- lib/ci_helper/message.rb
Class Method Summary collapse
- .ask_ticket_no ⇒ Object
- .confirm_with_user_with_failures ⇒ Object
- .console_link(link) ⇒ Object
- .def(hello_msg) ⇒ Object
- .teslant_failed ⇒ Object
Class Method Details
.ask_ticket_no ⇒ Object
10 11 12 |
# File 'lib/ci_helper/message.rb', line 10 def ask_ticket_no puts 'Please Input ur next ticked number ' end |
.confirm_with_user_with_failures ⇒ Object
22 23 24 25 |
# File 'lib/ci_helper/message.rb', line 22 def confirm_with_user_with_failures puts 'Are You still wanna crete a pull request ? Please make sure all the values are all unstable or you will be killed by Gadii >W<' end |
.console_link(link) ⇒ Object
14 15 16 |
# File 'lib/ci_helper/message.rb', line 14 def console_link(link) puts " Console link: #{link}" end |
.def(hello_msg) ⇒ Object
6 7 8 9 |
# File 'lib/ci_helper/message.rb', line 6 def def hello_msg end |
.teslant_failed ⇒ Object
18 19 20 |
# File 'lib/ci_helper/message.rb', line 18 def teslant_failed end |