Class: Perron::Site::Resource::Related::Cache
- Inherits:
-
Struct
- Object
- Struct
- Perron::Site::Resource::Related::Cache
- Defined in:
- lib/perron/resource/related.rb
Instance Attribute Summary collapse
-
#fingerprint ⇒ Object
Returns the value of attribute fingerprint.
-
#resources ⇒ Object
Returns the value of attribute resources.
-
#similarity_matrix ⇒ Object
Returns the value of attribute similarity_matrix.
Instance Attribute Details
#fingerprint ⇒ Object
Returns the value of attribute fingerprint
16 17 18 |
# File 'lib/perron/resource/related.rb', line 16 def fingerprint @fingerprint end |
#resources ⇒ Object
Returns the value of attribute resources
16 17 18 |
# File 'lib/perron/resource/related.rb', line 16 def resources @resources end |
#similarity_matrix ⇒ Object
Returns the value of attribute similarity_matrix
16 17 18 |
# File 'lib/perron/resource/related.rb', line 16 def similarity_matrix @similarity_matrix end |