Class: PostProxy::TwitterParams
Instance Attribute Summary collapse
-
#format ⇒ Object
poll_options and poll_duration_minutes are required when format is "poll": 2-4 options (max 25 chars each), duration 5 to 10080 minutes.
-
#poll_duration_minutes ⇒ Object
poll_options and poll_duration_minutes are required when format is "poll": 2-4 options (max 25 chars each), duration 5 to 10080 minutes.
-
#poll_options ⇒ Object
poll_options and poll_duration_minutes are required when format is "poll": 2-4 options (max 25 chars each), duration 5 to 10080 minutes.
Method Summary
Methods inherited from Model
Constructor Details
This class inherits a constructor from PostProxy::Model
Instance Attribute Details
#format ⇒ Object
poll_options and poll_duration_minutes are required when format is "poll": 2-4 options (max 25 chars each), duration 5 to 10080 minutes.
623 624 625 |
# File 'lib/postproxy/types.rb', line 623 def format @format end |
#poll_duration_minutes ⇒ Object
poll_options and poll_duration_minutes are required when format is "poll": 2-4 options (max 25 chars each), duration 5 to 10080 minutes.
623 624 625 |
# File 'lib/postproxy/types.rb', line 623 def poll_duration_minutes @poll_duration_minutes end |
#poll_options ⇒ Object
poll_options and poll_duration_minutes are required when format is "poll": 2-4 options (max 25 chars each), duration 5 to 10080 minutes.
623 624 625 |
# File 'lib/postproxy/types.rb', line 623 def @poll_options end |