Sha256: d39ce7b476d5f81d0c6bc2bd624a4c4e9c78de0aae6fe7d7325f954876023dc9
Contents?: true
Size: 186 Bytes
Versions: 1
Compression:
Stored size: 186 Bytes
Contents
module Duracloud class ContentResponse < Response def content @content ||= Content.from_response(self) end def properties content.properties end end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
duracloud-client-0.0.1 | lib/duracloud/content_response.rb |