Class: StudyEngine::ScreenResults

Inherits:
Struct
  • Object
show all
Defined in:
app/models/study_engine/screen_results.rb

Instance Attribute Summary collapse

Instance Method Summary collapse

Instance Attribute Details

#groupsObject

Returns the value of attribute groups

Returns:

  • (Object)

    the current value of groups



4
5
6
# File 'app/models/study_engine/screen_results.rb', line 4

def groups
  @groups
end

Instance Method Details

#each(&block) ⇒ Object



5
6
7
8
# File 'app/models/study_engine/screen_results.rb', line 5

def each &block
  block.call header
  body block
end