Sha256: 562c330c2116e588be37c56e0ad2308d8552c23447f1f3ccf878cad28c8b6e87

Contents?: true

Size: 385 Bytes

Versions: 3

Compression:

Stored size: 385 Bytes

Contents

require 'flattr/base'

module Flattr
  class Thing < Flattr::Base

    lazy_attr_reader :resource, :link, :id, :url, :language, :category,
      :hidden, :flattred, :tags, :flattrs, :description, :title,
      :last_flattr_at, :updated_at, :flattrs_current_period, :owner

    lazy_attr_writer :tags, :language, :category, :hidden, :description,
      :description, :title

   end
end

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
flattr-0.2.3 lib/flattr/thing.rb
flattr-0.2.2 lib/flattr/thing.rb
flattr-0.2.1 lib/flattr/thing.rb