module Hurriyet::ApiOperation::Show

Public Instance Methods

single(id, options = {}) click to toggle source
# File lib/hurriyet/service/api_operation/show.rb, line 4
def single(id, options = {})
  execute "#{endpoint}/#{id}", options
end