class MasonellwoodCliAppTwo::City attr_accessor :name, :url def initialize(name, url) @url = url @name = name end end