Module: Indieweb::PostTypes::Identifier::Scrobble
- Defined in:
- lib/indieweb/post_types/identifier/scrobble.rb,
lib/indieweb/post_types/identifier/scrobble/version.rb
Constant Summary collapse
- VERSION =
"0.2.1"
Class Method Summary collapse
Class Method Details
.type_from(data) ⇒ Object
7 8 9 10 11 12 |
# File 'lib/indieweb/post_types/identifier/scrobble.rb', line 7 def self.type_from(data) data = entry_data_from(data) return unless data.key?('scrobble-of') 'scrobble' end |