Sha256: 7e77920ee32d6c9f43337190f292d43a45c663344da0c5a2a156e66deea644a0
Contents?: true
Size: 150 Bytes
Versions: 4
Compression:
Stored size: 150 Bytes
Contents
module Marver class Url attr_reader :type, :url def initialize(json) @type = json['type'] @url = json['url'] end end end
Version data entries
4 entries across 4 versions & 1 rubygems
Version | Path |
---|---|
marver-0.0.6 | lib/marver/entities/url.rb |
marver-0.0.5 | lib/marver/entities/url.rb |
marver-0.0.4 | lib/marver/entities/url.rb |
marver-0.0.2 | lib/marver/entities/common/url.rb |