Class: PartyResearch::FindingApplier::Result
- Inherits:
-
Data
- Object
- Data
- PartyResearch::FindingApplier::Result
- Defined in:
- app/services/party_research/finding_applier.rb
Instance Attribute Summary collapse
-
#error ⇒ Object
readonly
Returns the value of attribute error.
-
#success ⇒ Object
readonly
Returns the value of attribute success.
Instance Attribute Details
#error ⇒ Object (readonly)
Returns the value of attribute error
17 18 19 |
# File 'app/services/party_research/finding_applier.rb', line 17 def error @error end |
#success ⇒ Object (readonly)
Returns the value of attribute success
17 18 19 |
# File 'app/services/party_research/finding_applier.rb', line 17 def success @success end |