Class: Pooling::TagClashReport::ClashInfo
- Inherits:
-
Struct
- Object
- Struct
- Pooling::TagClashReport::ClashInfo
- Defined in:
- app/models/pooling/tag_clash_report.rb
Instance Attribute Summary collapse
-
#asset ⇒ Object
Returns the value of attribute asset.
-
#library ⇒ Object
Returns the value of attribute library.
-
#sample ⇒ Object
Returns the value of attribute sample.
Instance Attribute Details
#asset ⇒ Object
Returns the value of attribute asset
11 12 13 |
# File 'app/models/pooling/tag_clash_report.rb', line 11 def asset @asset end |
#library ⇒ Object
Returns the value of attribute library
11 12 13 |
# File 'app/models/pooling/tag_clash_report.rb', line 11 def library @library end |
#sample ⇒ Object
Returns the value of attribute sample
11 12 13 |
# File 'app/models/pooling/tag_clash_report.rb', line 11 def sample @sample end |