Sha256: f0397461140533179e714513231c5501482398e329e5ded745030741af9949f6

Contents?: true

Size: 134 Bytes

Versions: 2

Compression:

Stored size: 134 Bytes

Contents

module EorzeaWeather
  Locale = Struct.new(:id, :weather, :zone) do
    def inspect
      "#<#{self.class}: #{id}>"
    end
  end
end

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
eorzea_weather-0.1.1 lib/eorzea_weather/locale.rb
eorzea_weather-0.1.0 lib/eorzea_weather/locale.rb