Sha256: 58d1799b041e696ebc559ff441b78add482a28ce28e3146beba43cf053f63d84
Contents?: true
Size: 483 Bytes
Versions: 4
Compression:
Stored size: 483 Bytes
Contents
module Buffer 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 |
---|---|
buffer-0.1.3 | lib/buffer/datastructure.rb |
buffer-0.1.2 | lib/buffer/datastructure.rb |
buffer-0.1.1 | lib/buffer/datastructure.rb |
buffer-0.1.0 | lib/buffer/datastructure.rb |