Class: Perron::Site::Resource::Related::Cache

Inherits:
Struct
  • Object
show all
Defined in:
lib/perron/resource/related.rb

Instance Attribute Summary collapse

Instance Attribute Details

#fingerprintObject

Returns the value of attribute fingerprint

Returns:

  • (Object)

    the current value of fingerprint



16
17
18
# File 'lib/perron/resource/related.rb', line 16

def fingerprint
  @fingerprint
end

#resourcesObject

Returns the value of attribute resources

Returns:

  • (Object)

    the current value of resources



16
17
18
# File 'lib/perron/resource/related.rb', line 16

def resources
  @resources
end

#similarity_matrixObject

Returns the value of attribute similarity_matrix

Returns:

  • (Object)

    the current value of similarity_matrix



16
17
18
# File 'lib/perron/resource/related.rb', line 16

def similarity_matrix
  @similarity_matrix
end