Class: Neo::Rails::Presenter::TestHelper::FakeViewContext

Inherits:
Object
  • Object
show all
Includes:
ActionView::Helpers::NumberHelper, ActionView::Helpers::TagHelper, ActionView::Helpers::TranslationHelper, ActionView::Helpers::UrlHelper, Singleton
Defined in:
lib/neo/rails/presenter/test_helper.rb

Instance Attribute Summary collapse

Instance Attribute Details

#controllerObject

Returns the value of attribute controller.



25
26
27
# File 'lib/neo/rails/presenter/test_helper.rb', line 25

def controller
  @controller
end

#output_bufferObject

Returns the value of attribute output_buffer.



25
26
27
# File 'lib/neo/rails/presenter/test_helper.rb', line 25

def output_buffer
  @output_buffer
end

#paramsObject

Returns the value of attribute params.



25
26
27
# File 'lib/neo/rails/presenter/test_helper.rb', line 25

def params
  @params
end