Class: Jekyll::WebmentionIO::Config::BadUriPolicy::BadUriPolicyEntry

Inherits:
Struct
  • Object
show all
Defined in:
lib/jekyll/config.rb

Instance Attribute Summary collapse

Instance Attribute Details

#max_attemptsObject

Returns the value of attribute max_attempts

Returns:

  • (Object)

    the current value of max_attempts



167
168
169
# File 'lib/jekyll/config.rb', line 167

def max_attempts
  @max_attempts
end

#policyObject

Returns the value of attribute policy

Returns:

  • (Object)

    the current value of policy



167
168
169
# File 'lib/jekyll/config.rb', line 167

def policy
  @policy
end

#retry_delayObject

Returns the value of attribute retry_delay

Returns:

  • (Object)

    the current value of retry_delay



167
168
169
# File 'lib/jekyll/config.rb', line 167

def retry_delay
  @retry_delay
end