Module: PoeWatch

Defined in:
lib/api.rb,
lib/base.rb,
lib/item.rb,
lib/league.rb,
lib/version.rb,
lib/category.rb

Overview

Public: Base class for all Poe Watch items. This is pretty much active record for PoeWatch. It automatically fetches the necessary data and defines getters, setters as well as question mark methods for boolean values. It also defines ‘::find(params)`, `::where(params)` and `::all` class methods.

Examples

class PoeWatch::Item < PoeWatch::Base
end

Defined Under Namespace

Classes: Api, Base, Category, Item, League, PriceData

Constant Summary collapse

VERSION =
"1.0.1"