Module: Rublox

Defined in:
lib/rublox.rb,
lib/rublox/version.rb,
lib/rublox/util/url.rb,
lib/rublox/util/cache.rb,
lib/rublox/util/pages.rb,
lib/rublox/derive/user.rb,
lib/rublox/util/errors.rb,
lib/rublox/derive/group.rb,
lib/rublox/models/presence.rb,
lib/rublox/models/full_user.rb,
lib/rublox/util/http_client.rb,
lib/rublox/models/full_group.rb,
lib/rublox/models/group_role.rb,
lib/rublox/models/group_shout.rb,
lib/rublox/models/group_member.rb,
lib/rublox/models/limited_user.rb

Overview

rublox is a Roblox web API wrapper written in Ruby. It aims to provide an object oriented interface to get and modify data from Roblox’s web API.

Repository: github.com/roblox-api-wrappers/rublox

Docs: rubydoc.info/gems/rublox

Defined Under Namespace

Modules: Cache, Errors, Group, PresenceType, SortOrder, URL, User Classes: Client, FullGroup, FullUser, GroupMember, GroupRole, GroupShout, HTTPClient, LimitedUser, Presence

Constant Summary collapse

VERSION =

Current version of rublox

"0.1.0"