Sha256: 6b73b05ea010738fe6110dcef913a2134ee749f691fb4c4db734356fa4ab3c18
Contents?: true
Size: 215 Bytes
Versions: 1
Compression:
Stored size: 215 Bytes
Contents
module Transcriber class Resource class Property module Response def to_resource(parent) visible?(parent) ? {name => parent.__send__(name)} : {} end end end end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
transcriber-0.0.26 | lib/transcriber/resource/key/property/response.rb |