Sha256: f74372dfe9469d75fe485e90c4f2a646f4cd64958922abf6839b633c6183d993

Contents?: true

Size: 481 Bytes

Versions: 4

Compression:

Stored size: 481 Bytes

Contents

module Buff
  class UserInfo < Hashie::Mash; end
  class Profile  < Hashie::Mash; end
  class Response < Hashie::Mash; end
  class Update   < Hashie::Mash; end
  class Updates  < Hashie::Mash; end
  class Interaction < Hashie::Mash; end
  class Interactions < Hashie::Mash; end
  class Link < Hashie::Mash; end
  class Info < Hashie::Mash; end

  class Schedule < Hashie::Mash; end
  Schedules = Class.new(Array) do
    def dump
      { schedules: self }.to_json
    end
  end
end

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
buff-0.0.6 lib/buff/datastructure.rb
buff-0.0.5 lib/buff/datastructure.rb
buff-0.0.4 lib/buff/datastructure.rb
buff-0.0.3 lib/buff/datastructure.rb