Method: NPR::Entity::MP3#initialize
- Defined in:
- lib/npr/entity/mp3.rb
#initialize(json) ⇒ MP3
11 12 13 14 |
# File 'lib/npr/entity/mp3.rb', line 11 def initialize(json) @type = json["type"] @content = json["$text"] end |
11 12 13 14 |
# File 'lib/npr/entity/mp3.rb', line 11 def initialize(json) @type = json["type"] @content = json["$text"] end |