Class: AudienceMatcher::Result
- Inherits:
-
Object
- Object
- AudienceMatcher::Result
- Defined in:
- lib/audience_matcher.rb
Instance Attribute Summary collapse
-
#result ⇒ Object
Returns the value of attribute result.
Instance Method Summary collapse
- #get ⇒ Object
-
#initialize(result) ⇒ Result
constructor
A new instance of Result.
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
#result ⇒ Object
Returns the value of attribute result.
15 16 17 |
# File 'lib/audience_matcher.rb', line 15 def result @result end |
Instance Method Details
#get ⇒ Object
21 22 23 |
# File 'lib/audience_matcher.rb', line 21 def get @result end |