Class: Ogpr::Loader

Inherits:
Object
  • Object
show all
Defined in:
lib/ogpr/loader.rb

Class Method Summary collapse

Class Method Details

.load(hash) ⇒ Object



8
9
10
# File 'lib/ogpr/loader.rb', line 8

def load(hash)
  Result.new(hash)
end