class MasonellwoodCliAppTwo::City

Attributes

name[RW]
url[RW]

Public Class Methods

new(name, url) click to toggle source
# File lib/masonellwood_cli_app_two/city.rb, line 3
def initialize(name, url)
  @url = url
  @name = name
end