class Valakas

Public Class Methods

photo_urls() click to toggle source
# File lib/glad_valakas.rb, line 5
def self.photo_urls
  begin
    PhotoParser.new.get_photos_urls
  rescue
    puts "Error occured while getting pictues"
  end
end