class Hurriyet::Client

Attributes

apikey[RW]

Public Class Methods

new(apikey) click to toggle source
# File lib/hurriyet/client.rb, line 11
def initialize(apikey)
  @apikey = apikey
end

Public Instance Methods

articles() click to toggle source
# File lib/hurriyet/client.rb, line 15
def articles
  Service::Article.new self
end
columns() click to toggle source
# File lib/hurriyet/client.rb, line 19
def columns
  Service::Column.new self
end
news_photo_galleries() click to toggle source
# File lib/hurriyet/client.rb, line 23
def news_photo_galleries
  Service::NewsPhotoGallery.new self
end
pages() click to toggle source
# File lib/hurriyet/client.rb, line 27
def pages
  Service::Page.new self
end
paths() click to toggle source
# File lib/hurriyet/client.rb, line 31
def paths
  Service::Path.new self
end
writers() click to toggle source
# File lib/hurriyet/client.rb, line 35
def writers
  Service::Writer.new self
end