class Yaks::Resource::Link

Public Instance Methods

rel?(rel) click to toggle source
# File lib/yaks/resource/link.rb, line 14
def rel?(rel)
  rel().eql? rel
end
templated?() click to toggle source
# File lib/yaks/resource/link.rb, line 10
def templated?
  options.fetch(:templated) { false }
end
title() click to toggle source
# File lib/yaks/resource/link.rb, line 6
def title
  options[:title]
end