Skip to content

Commit e5ceeff

Browse files
committed
correct method naming/consistency
1 parent fc5d34e commit e5ceeff

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/pardot/objects/users.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ def read_by_email email, params = {}
2222
post "/do/read/email/#{email}", params
2323
end
2424

25-
def readby_id id, params = {}
25+
def read_by_id id, params = {}
2626
post "/do/read/id/#{id}", params
2727
end
2828

0 commit comments

Comments
 (0)