Module: Weasyl

Defined in:
lib/weasyl.rb,
lib/weasyl/api.rb,
lib/weasyl/media.rb,
lib/weasyl/messages.rb,
lib/weasyl/submission.rb

Overview

Copyright 2018 Maxine Michalski <[email protected]>

This file is part of Weasyl.

Weasyl is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.

Weasyl is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.

You should have received a copy of the GNU General Public License along with Weasyl. If not, see <www.gnu.org/licenses/>.

Defined Under Namespace

Modules: Messages Classes: API, Cover, Link, Media, MediaFile, MediaItem, Submission, Thumbnail

Constant Summary collapse

MAJOR =

Since:

  • 0.1.0

0
MINOR =

Since:

  • 0.1.0

1
PATCH =

Since:

  • 0.1.0

0
NAME =

Since:

  • 0.1.0

'weasyl-ruby'
AUTHOR =

Since:

  • 0.1.0

'~maxinered'
VERSION =

Since:

  • 0.1.0

"#{MAJOR}.#{MINOR}.#{PATCH}"
USER_AGENT =

Since:

  • 0.1.0

"#{Weasyl::NAME}/#{Weasyl::VERSION} by #{Weasyl::AUTHOR}"