Class: PartyResearch::FindingApplier::Result

Inherits:
Data
  • Object
show all
Defined in:
app/services/party_research/finding_applier.rb

Instance Attribute Summary collapse

Instance Attribute Details

#errorObject (readonly)

Returns the value of attribute error

Returns:

  • (Object)

    the current value of error



17
18
19
# File 'app/services/party_research/finding_applier.rb', line 17

def error
  @error
end

#successObject (readonly)

Returns the value of attribute success

Returns:

  • (Object)

    the current value of success



17
18
19
# File 'app/services/party_research/finding_applier.rb', line 17

def success
  @success
end