Class: Robot

Inherits:
Object
  • Object
show all
Defined in:
lib/ci_helper/message.rb

Class Method Summary collapse

Class Method Details

.ask_ticket_noObject



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_failuresObject



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


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_failedObject



18
19
20
# File 'lib/ci_helper/message.rb', line 18

def teslant_failed

end