Class: AudienceMatcher::Result

Inherits:
Object
  • Object
show all
Defined in:
lib/audience_matcher.rb

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(result) ⇒ Result

Returns a new instance of Result.



17
18
19
# File 'lib/audience_matcher.rb', line 17

def initialize(result)
  @result = result
end

Instance Attribute Details

#resultObject

Returns the value of attribute result.



15
16
17
# File 'lib/audience_matcher.rb', line 15

def result
  @result
end

Instance Method Details

#getObject



21
22
23
# File 'lib/audience_matcher.rb', line 21

def get
  @result
end