Sha256: 7436b4ef21177bf25662093dfc4574f030bc4d857823690c55a192a993e13013
Contents?: true
Size: 185 Bytes
Versions: 1
Compression:
Stored size: 185 Bytes
Contents
module NightcrawlerSwift class List < Command def execute response = get connection.upload_url, headers: {accept: :json} JSON.parse(response.body) end end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
nightcrawler_swift-0.5.0 | lib/nightcrawler_swift/commands/list.rb |