Method: Fictium::Example#initialize
- Defined in:
- lib/fictium/poros/example.rb
#initialize(action) ⇒ Example
Returns a new instance of Example.
6 7 8 9 |
# File 'lib/fictium/poros/example.rb', line 6 def initialize(action) @action = action @headers = ActiveSupport::HashWithIndifferentAccess.new end |