Skip to content
This repository has been archived by the owner on Aug 9, 2022. It is now read-only.

Commit

Permalink
GetDetail should return success as well
Browse files Browse the repository at this point in the history
  • Loading branch information
joshgoebel committed Feb 20, 2009
1 parent c8af33f commit 8e09a22
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/campaign_monitor/list.rb
Expand Up @@ -74,6 +74,7 @@ def GetDetail(overwrite=false)
@result=Result.new(cm_client.List_GetDetail("ListID" => id))
@attributes=@result.raw.merge(@attributes)
@attributes.merge!(@result.raw) if overwrite
@result.success?
end

def Update
Expand Down

0 comments on commit 8e09a22

Please sign in to comment.