class URLVoid::Base

Public Class Methods

api_uri() click to toggle source

@return [String] string of API URI class method

# File lib/urlvoid/base.rb, line 8
def self.api_uri
  'http://api.urlvoid.com/'
end

Public Instance Methods

api_uri() click to toggle source

@return [String] string of API URI instance method

# File lib/urlvoid/base.rb, line 13
def api_uri
  self.class.api_uri
end