module Metarman

Constants

VERSION

Public Class Methods

get_raw(icao) click to toggle source
# File lib/metarman.rb, line 10
def self.get_raw(icao)
  Weather.new(icao).get_raw
end
get_with_info(icao) click to toggle source
# File lib/metarman.rb, line 14
def self.get_with_info(icao)
  Weather.new(icao).get_with_info
end