module Garb::PathAttribute
Public Instance Methods
path()
click to toggle source
# File lib/garb/path_attribute.rb, line 3 def path @path ||= @entry['selfLink'].gsub(Management::Feed::BASE_URL, '') end
# File lib/garb/path_attribute.rb, line 3 def path @path ||= @entry['selfLink'].gsub(Management::Feed::BASE_URL, '') end