Method: Beeminder::Goal#slug

Defined in:
lib/beeminder/goals.rb

#slugString

Returns The final part of the URL of the goal, used as an identifier.

Returns:

  • (String)

    The final part of the URL of the goal, used as an identifier.



6
7
8
# File 'lib/beeminder/goals.rb', line 6

def slug
  @slug
end