Class: RoundhouseUi::ErrorGroups::Result
- Inherits:
-
Struct
- Object
- Struct
- RoundhouseUi::ErrorGroups::Result
- Defined in:
- lib/roundhouse_ui/error_groups.rb
Instance Attribute Summary collapse
-
#groups ⇒ Object
Returns the value of attribute groups.
-
#scanned ⇒ Object
Returns the value of attribute scanned.
-
#truncated ⇒ Object
Returns the value of attribute truncated.
Instance Attribute Details
#groups ⇒ Object
Returns the value of attribute groups
12 13 14 |
# File 'lib/roundhouse_ui/error_groups.rb', line 12 def groups @groups end |
#scanned ⇒ Object
Returns the value of attribute scanned
12 13 14 |
# File 'lib/roundhouse_ui/error_groups.rb', line 12 def scanned @scanned end |
#truncated ⇒ Object
Returns the value of attribute truncated
12 13 14 |
# File 'lib/roundhouse_ui/error_groups.rb', line 12 def truncated @truncated end |