Sha256: 46897258a9cc62ca97ffe95c55a9bda9e56c8cd08e34d5144c17ff042aa4724a

Contents?: true

Size: 134 Bytes

Versions: 1

Compression:

Stored size: 134 Bytes

Contents

module Rubyoverflow
  class Answers < Base
    def initialize(client)
      set_path('answers')
      super(client)
    end
  end
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
rubyoverflow-2.0.2.pre1 lib/rubyoverflow/answers.rb