Method: Yt::Models::Status#scheduled_at
- Defined in:
- lib/yt/models/status.rb
#scheduled_at ⇒ Time?
Returns the date and time when a video is scheduled to be published.
243 244 245 |
# File 'lib/yt/models/status.rb', line 243 def scheduled_at publish_at if scheduled? end |