Class: Pooling::TagClashReport::ClashInfo

Inherits:
Struct
  • Object
show all
Defined in:
app/models/pooling/tag_clash_report.rb

Instance Attribute Summary collapse

Instance Attribute Details

#assetObject

Returns the value of attribute asset

Returns:

  • (Object)

    the current value of asset



11
12
13
# File 'app/models/pooling/tag_clash_report.rb', line 11

def asset
  @asset
end

#libraryObject

Returns the value of attribute library

Returns:

  • (Object)

    the current value of library



11
12
13
# File 'app/models/pooling/tag_clash_report.rb', line 11

def library
  @library
end

#sampleObject

Returns the value of attribute sample

Returns:

  • (Object)

    the current value of sample



11
12
13
# File 'app/models/pooling/tag_clash_report.rb', line 11

def sample
  @sample
end