module NewEden::Image
Constants
- IMAGE_ENDPOINTS
Private Instance Methods
image_url(type, relevant_id, size, extension = :png)
click to toggle source
# File lib/neweden/image.rb, line 22 def image_url(type, relevant_id, size, extension = :png) "http://image.eveonline.com/#{type}/#{relevant_id}_#{size}.#{extension.to_s}" end