Class: RoundhouseUi::ErrorGroups::Result

Inherits:
Struct
  • Object
show all
Defined in:
lib/roundhouse_ui/error_groups.rb

Instance Attribute Summary collapse

Instance Attribute Details

#groupsObject

Returns the value of attribute groups

Returns:

  • (Object)

    the current value of groups



12
13
14
# File 'lib/roundhouse_ui/error_groups.rb', line 12

def groups
  @groups
end

#scannedObject

Returns the value of attribute scanned

Returns:

  • (Object)

    the current value of scanned



12
13
14
# File 'lib/roundhouse_ui/error_groups.rb', line 12

def scanned
  @scanned
end

#truncatedObject

Returns the value of attribute truncated

Returns:

  • (Object)

    the current value of truncated



12
13
14
# File 'lib/roundhouse_ui/error_groups.rb', line 12

def truncated
  @truncated
end