Class: Ruote::ParticipantEntry

Inherits:
Object
  • Object
show all
Defined in:
lib/ruote-kit/helpers/json_helpers.rb

Overview

Re-opening to provide an as_h method

Instance Method Summary collapse

Instance Method Details

#as_h(detailed = true) ⇒ Object



259
260
261
262
# File 'lib/ruote-kit/helpers/json_helpers.rb', line 259

def as_h(detailed=true)

  { 'regex' => @regex, 'classname' => @classname, 'options' => @options }
end