Class: Ruote::ParticipantEntry
- Inherits:
-
Object
- Object
- Ruote::ParticipantEntry
- 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
245 246 247 248 |
# File 'lib/ruote-kit/helpers/json_helpers.rb', line 245 def as_h(detailed=true) { 'regex' => @regex, 'classname' => @classname, 'options' => @options } end |