Module: E621

Defined in:
lib/set.rb,
lib/api.rb,
lib/pool.rb,
lib/post.rb,
lib/config.rb,
lib/search.rb,
lib/container.rb,
lib/rubyhexagon.rb,
lib/standard/http.rb,
lib/standard/error.rb

Overview

Copyright 2014 Maxine Red <[email protected]>

This file is part of rubyhexagon.

rubyhexagon 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.

rubyhexagon 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 rubyhexagon.  If not, see <http://www.gnu.org/licenses/>.

Defined Under Namespace

Classes: API, APIError, AuthentificationError, Config, Container, HTTP, Pool, Post, Search, Set

Constant Summary collapse

Name =
"rubyhexagon"
Version =
"0.1.2"

Instance Attribute Summary collapse

Instance Attribute Details

#postsObject (readonly)

Returns the value of attribute posts.



23
24
25
# File 'lib/search.rb', line 23

def posts
  @posts
end

#userObject (readonly)

Returns the value of attribute user.



23
24
25
# File 'lib/api.rb', line 23

def user
  @user
end