Sha256: 275019a3c1a870a62b4287b734079de6138eabcf422a3839dc9b72b04eee17d1
Contents?: true
Size: 132 Bytes
Versions: 2
Compression:
Stored size: 132 Bytes
Contents
class MasonellwoodCliAppTwo::City attr_accessor :name, :url def initialize(name, url) @url = url @name = name end end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
masonellwood_cli_app_two-0.1.3 | lib/masonellwood_cli_app_two/city.rb |
masonellwood_cli_app_two-0.1.2 | lib/masonellwood_cli_app_two/city.rb |