Skip to content

Commit

Permalink
update comments
Browse files Browse the repository at this point in the history
  • Loading branch information
tyiuhc committed Nov 29, 2023
1 parent a988c8b commit 2bf9a8d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/experiment/user.rb
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ class User
# @return [String, nil] the value of dma
attr_accessor :dma

# User IP address
# Predefined field, must be manually provided
# @return [String, nil] the value of ip
attr_accessor :ip

Expand Down Expand Up @@ -78,7 +78,7 @@ class User
# @param [String, nil] city Predefined field, must be manually provided
# @param [String, nil] region Predefined field, must be manually provided
# @param [String, nil] dma Predefined field, must be manually provided
# @param [String, nil] ip User IP address
# @param [String, nil] ip Predefined field, must be manually provided
# @param [String, nil] language Predefined field, must be manually provided
# @param [String, nil] platform Predefined field, must be manually provided
# @param [String, nil] version Predefined field, must be manually provided
Expand Down

0 comments on commit 2bf9a8d

Please sign in to comment.