Class: JokeDefinitions

Inherits:
Object
  • Object
show all
Defined in:
lib/ruby-joke-definitions.rb

Constant Summary collapse

@@END_POINT =
"http://api.icndb.com/jokes/random"

Class Method Summary collapse

Class Method Details

.get_end_pointObject



4
5
6
# File 'lib/ruby-joke-definitions.rb', line 4

def self.get_end_point
  @@END_POINT
end