class Object

Public Instance Methods

href(options=nil) click to toggle source
Calls superclass method
# File lib/ext/sawyer/relation.rb, line 4
def href(options=nil)
  # Temporary workaround for: https://github.com/octokit/octokit.rb/issues/727
  name.to_s == "ssh" ? @href : super
end