Class: Tweetkit::Response::Tweets::Expansions::Polls::Poll
- Inherits:
-
Object
- Object
- Tweetkit::Response::Tweets::Expansions::Polls::Poll
- Defined in:
- lib/tweetkit/response.rb
Defined Under Namespace
Classes: Options
Instance Attribute Summary collapse
-
#id ⇒ Object
Returns the value of attribute id.
-
#options ⇒ Object
Returns the value of attribute options.
Instance Method Summary collapse
-
#initialize(poll) ⇒ Poll
constructor
A new instance of Poll.
Constructor Details
Instance Attribute Details
#id ⇒ Object
Returns the value of attribute id.
489 490 491 |
# File 'lib/tweetkit/response.rb', line 489 def id @id end |
#options ⇒ Object
Returns the value of attribute options.
489 490 491 |
# File 'lib/tweetkit/response.rb', line 489 def @options end |