Class: DBC::Challenge
Class Method Summary collapse
Methods inherited from DbcObject
Constructor Details
This class inherits a constructor from DBC::DbcObject
Class Method Details
.endpoint(id = '') ⇒ Object
3 4 5 |
# File 'lib/dbc/challenge.rb', line 3 def self.endpoint(id = '') "/challenges/" + id.to_s end |