Class: Peplum::Template::Services::MyService

Inherits:
Object
  • Object
show all
Defined in:
lib/peplum/template/application/services/my_service.rb

Instance Method Summary collapse

Instance Method Details

#fooObject



7
8
9
# File 'lib/peplum/template/application/services/my_service.rb', line 7

def foo
  'bar'
end

#shared_hash_to_hashObject



11
12
13
# File 'lib/peplum/template/application/services/my_service.rb', line 11

def shared_hash_to_hash
  Template::Application.shared_hash.to_h
end