Skip to content

Commit cc67783

Browse files
yskkinzenizh
andauthored
Change method name
Co-authored-by: Hiroki Zenigami <[email protected]>
1 parent 73bad45 commit cc67783

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

lib/line/bot/client.rb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1017,7 +1017,7 @@ def get_statistics_per_unit(unit:, from:, to:)
10171017
# Get the number of aggregation units used this month.
10181018
#
10191019
# @return [Net::HTTPResponse]
1020-
def get_number_of_units
1020+
def get_aggregation_info
10211021
channel_token_required
10221022

10231023
endpoint_path = "/bot/message/aggregation/info"
@@ -1030,7 +1030,7 @@ def get_number_of_units
10301030
# @param start [String] Value of the continuation token found in the `next` property of the JSON object returned in the response.
10311031
#
10321032
# @return [Net::HTTPResponse]
1033-
def get_unit_names(limit: nil, start: nil)
1033+
def get_aggregation_list(limit: nil, start: nil)
10341034
channel_token_required
10351035

10361036
params = {limit: limit, start: start}.compact

0 commit comments

Comments
 (0)