Method: Fdoc::ServicePresenter#initialize
- Defined in:
- lib/fdoc/presenters/service_presenter.rb
#initialize(service, options = {}) ⇒ ServicePresenter
Returns a new instance of ServicePresenter.
10 11 12 13 |
# File 'lib/fdoc/presenters/service_presenter.rb', line 10 def initialize(service, = {}) super() @service = service end |