Skip to content

Commit

Permalink
Improve yardoc
Browse files Browse the repository at this point in the history
  • Loading branch information
hakanensari committed Dec 20, 2024
1 parent 32a3a9f commit 09944ec
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions lib/peddler/api.rb
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,9 @@ class << self
# @return [Integer]
attr_reader :retries

# @param [String] aws_region
# @param [String] access_token
# @param [String] aws_region The AWS region to use for the endpoint
# @param [String] access_token The access token for authentication
# @param [Integer] retries The number of retries if throttled (default: 0)
def initialize(aws_region, access_token, retries: 0)
@endpoint = Endpoint.find(aws_region)
@access_token = access_token
Expand Down

0 comments on commit 09944ec

Please sign in to comment.