class TarvitHelpers::HashPresenter::Observable

Public Class Methods

new(hash, levels=[], parent=nil) click to toggle source
Calls superclass method
# File lib/tarvit-helpers/modules/hash_presenter/observable.rb, line 4
def initialize(hash, levels=[], parent=nil)
  super
  @_hash = hash
end

Public Instance Methods

_hash() click to toggle source
# File lib/tarvit-helpers/modules/hash_presenter/observable.rb, line 9
def _hash
  _prepare_keys(@_hash)
end