Class: QaServer::AuthorityListPresenter
- Inherits:
-
Object
- Object
- QaServer::AuthorityListPresenter
- Defined in:
- app/presenters/qa_server/authority_list_presenter.rb
Instance Attribute Summary collapse
-
#urls_data ⇒ Array<Hash>
readonly
rubocop:disable Style/AsciiComments.
Instance Method Summary collapse
-
#initialize(urls_data:) ⇒ AuthorityListPresenter
constructor
rubocop:enable Style/AsciiComments.
Constructor Details
#initialize(urls_data:) ⇒ AuthorityListPresenter
rubocop:enable Style/AsciiComments
19 20 21 |
# File 'app/presenters/qa_server/authority_list_presenter.rb', line 19 def initialize(urls_data:) @urls_data = urls_data end |
Instance Attribute Details
#urls_data ⇒ Array<Hash> (readonly)
rubocop:disable Style/AsciiComments
16 17 18 |
# File 'app/presenters/qa_server/authority_list_presenter.rb', line 16 def urls_data @urls_data end |