class Recog::Fingerprint::Test

Attributes

attributes[RW]
content[RW]

Public Class Methods

new(content, attributes=[]) click to toggle source
# File lib/recog/fingerprint/test.rb, line 5
def initialize(content, attributes=[])
  @content = content
  @attributes = attributes
end

Public Instance Methods

to_s() click to toggle source
# File lib/recog/fingerprint/test.rb, line 10
def to_s
  content
end