Sha256: c43f057f2a4deb0cd6f465f0c10512e096fb73ccb42d3398ecd59e2c24c433a4

Contents?: true

Size: 117 Bytes

Versions: 13

Compression:

Stored size: 117 Bytes

Contents

class TweetsBinder < Bowline::Binders::Base
  bind Tweet
  def self.update(status)
    klass.update(status)
  end
end

Version data entries

13 entries across 13 versions & 1 rubygems

Version Path
bowline-0.9.4 examples/tweets_binder.rb
bowline-0.9.3 examples/tweets_binder.rb
bowline-0.9.2 examples/tweets_binder.rb
bowline-0.9.1 examples/tweets_binder.rb
bowline-0.6.3 examples/tweets_binder.rb
bowline-0.6.2 examples/tweets_binder.rb
bowline-0.6.1 examples/tweets_binder.rb
bowline-0.6.0 examples/tweets_binder.rb
bowline-0.5.8 examples/tweets_binder.rb
bowline-0.5.7 examples/tweets_binder.rb
bowline-0.5.6 examples/tweets_binder.rb
bowline-0.5.5 examples/tweets_binder.rb
bowline-0.5.4 examples/tweets_binder.rb