Sha256: 563cffb769651c424775fe35055ce6fdaa26d3676e3fdd23c810df47161b75d0
Contents?: true
Size: 244 Bytes
Versions: 2
Compression:
Stored size: 244 Bytes
Contents
# Atom links now can be followed module Restfulie module Common module Representation module Atom class Link def follow Restfulie.at(href).as(type) end end end end end end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
restfulie-1.0.0.beta1 | lib/restfulie/client/ext/atom_ext.rb |
restfulie-0.1.0.beta1 | lib/restfulie/client/ext/atom_ext.rb |