Class: Kublog::Network::Twitter::Tweet
- Inherits:
-
Object
- Object
- Kublog::Network::Twitter::Tweet
- Defined in:
- lib/kublog/network/twitter.rb
Instance Method Summary collapse
-
#initialize(content, url) ⇒ Tweet
constructor
A new instance of Tweet.
- #perform ⇒ Object
Constructor Details
#initialize(content, url) ⇒ Tweet
Returns a new instance of Tweet.
39 40 41 42 |
# File 'lib/kublog/network/twitter.rb', line 39 def initialize(content, url) @content = content @url = url end |