Sha256: 37b5630c55a8389e4b965ae8dde55cf5c9546c859a7c3db6dce019184f1b0a12
Contents?: true
Size: 206 Bytes
Versions: 26
Compression:
Stored size: 206 Bytes
Contents
module SWD class Response attr_accessor :locations, :location, :raw def initialize(hash) @locations = hash[:locations] @location = @locations.first @raw = hash end end end
Version data entries
26 entries across 26 versions & 1 rubygems