module Haoyaoshi::Api::Image

Public Instance Methods

img_url(path) click to toggle source
# File lib/haoyaoshi/api/image.rb, line 6
def img_url(path)
  Haoyaoshi.img_endpoint(path)
end

Private Instance Methods

image_interface_base_url() click to toggle source
# File lib/haoyaoshi/api/image.rb, line 12
def image_interface_base_url
  ""
end