Class: DoingStream::Streams::LastFM::Entry
- Inherits:
-
DoingStream::Stream::Entry
- Object
- Struct
- DoingStream::Stream::Entry
- DoingStream::Streams::LastFM::Entry
- Defined in:
- lib/doing_stream/streams/last_fm.rb
Instance Attribute Summary
Attributes inherited from DoingStream::Stream::Entry
Instance Method Summary collapse
Methods inherited from DoingStream::Stream::Entry
Instance Method Details
#published ⇒ Object
17 18 19 20 21 22 23 |
# File 'lib/doing_stream/streams/last_fm.rb', line 17 def published if data['@attr'] && data['@attr']['nowplaying'] == 'true' Time.now else Time.at data['date']['uts'].to_i end end |