Sha256: 815d4ce596213e6f380d89c11d866bfcd8b0148f27ced003ced447c9c3b7ccc8
Contents?: true
Size: 302 Bytes
Versions: 1
Compression:
Stored size: 302 Bytes
Contents
## # NPR::Entity::Transcript # module NPR module Entity class Transcript < Base has_many "links", :key => 'link', :class_name => NPR::Entity::Link #------------------- def initialize(json) create_relations(json) end end # Transcript end # Entity end # NPR
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
npr-3.0.0 | lib/npr/entity/transcript.rb |