Module: Garb::PathAttribute

Instance Method Summary collapse

Instance Method Details

#pathObject



3
4
5
# File 'lib/garb/path_attribute.rb', line 3

def path
  @path ||= @entry['selfLink'].gsub(Management::Feed::BASE_URL, '')
end