Sha256: 07d1ab66904a8ce29cc5b54bc89024bbec687010abed88d2c93a1c7f5d61096d

Contents?: true

Size: 242 Bytes

Versions: 14

Compression:

Stored size: 242 Bytes

Contents

# A simple Hash wrapper that gives you method-based
# access to the properties of a Twitter status.
class TweetStream::Status < TweetStream::Hash
  def initialize(hash)
    super
    self[:user] = TweetStream::User.new(self[:user])
  end
end

Version data entries

14 entries across 14 versions & 2 rubygems

Version Path
intridea-tweetstream-0.1.1 lib/tweetstream/status.rb
intridea-tweetstream-0.1.3 lib/tweetstream/status.rb
intridea-tweetstream-0.1.4 lib/tweetstream/status.rb
intridea-tweetstream-0.1.5 lib/tweetstream/status.rb
tweetstream-0.3.0 lib/tweetstream/status.rb
tweetstream-0.1.9 lib/tweetstream/status.rb
tweetstream-0.1.8 lib/tweetstream/status.rb
tweetstream-0.1.7 lib/tweetstream/status.rb
tweetstream-0.1.5 lib/tweetstream/status.rb
tweetstream-0.1.4 lib/tweetstream/status.rb
tweetstream-0.1.3 lib/tweetstream/status.rb
tweetstream-0.1.2 lib/tweetstream/status.rb
tweetstream-0.1.1 lib/tweetstream/status.rb
tweetstream-0.1.0 lib/tweetstream/status.rb