Module: FBomb::Campfire::UrlExtension

Defined in:
lib/fbomb/campfire.rb

Instance Attribute Summary collapse

Instance Method Summary collapse

Instance Attribute Details

#campfireObject

Returns the value of attribute campfire.



57
58
59
# File 'lib/fbomb/campfire.rb', line 57

def campfire
  @campfire
end

Instance Method Details

#urlObject



59
60
61
# File 'lib/fbomb/campfire.rb', line 59

def url
  File.join(campfire.url, "flow/#{ id }")
end