# File lib/sawyer/relation.rb, line 241 def href(options = nil) return @href if @href_template.nil? @href_template.expand(options || {}).to_s end