Class: UtfprGpEngine::Student

Inherits:
ApplicationRecord show all
Defined in:
app/models/utfpr_gp_engine/student.rb

Instance Method Summary collapse

Instance Method Details

#helloObject



5
6
7
# File 'app/models/utfpr_gp_engine/student.rb', line 5

def hello
  "Hello #{name}"
end

#say_my_name(name) ⇒ Object



9
10
11
# File 'app/models/utfpr_gp_engine/student.rb', line 9

def say_my_name(name)
  "Hello #{name}"
end