Sha256: 5a0781a3fadb6cd025c6d74092e08b1e9843f5b14512d6135a85931e68205f37
Contents?: true
Size: 227 Bytes
Versions: 1
Compression:
Stored size: 227 Bytes
Contents
module Apphunkd module Remote class Result attr_accessor :status attr_accessor :response def initialize(new_response) self.response = new_response end end end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
apphunkd-0.13.0 | lib/apphunkd/remote/result.rb |