Class: Bogy::HashHandler

Inherits:
Handler show all
Defined in:
lib/bogy/hash_handler.rb

Instance Method Summary collapse

Methods inherited from Handler

#hash, #load_to_hash

Constructor Details

#initialize(hash) ⇒ HashHandler

Returns a new instance of HashHandler.



3
4
5
# File 'lib/bogy/hash_handler.rb', line 3

def initialize(hash)
  @hash = hash
end

Instance Method Details

#loadObject



7
8
9
# File 'lib/bogy/hash_handler.rb', line 7

def load
  @hash
end