Class: Jekyll::WebmentionIO::Config::BadUriPolicy::BadUriPolicyEntry
- Inherits:
-
Struct
- Object
- Struct
- Jekyll::WebmentionIO::Config::BadUriPolicy::BadUriPolicyEntry
- Defined in:
- lib/jekyll/config.rb
Instance Attribute Summary collapse
-
#max_attempts ⇒ Object
Returns the value of attribute max_attempts.
-
#policy ⇒ Object
Returns the value of attribute policy.
-
#retry_delay ⇒ Object
Returns the value of attribute retry_delay.
Instance Attribute Details
#max_attempts ⇒ Object
Returns the value of attribute max_attempts
167 168 169 |
# File 'lib/jekyll/config.rb', line 167 def max_attempts @max_attempts end |
#policy ⇒ Object
Returns the value of attribute policy
167 168 169 |
# File 'lib/jekyll/config.rb', line 167 def policy @policy end |
#retry_delay ⇒ Object
Returns the value of attribute retry_delay
167 168 169 |
# File 'lib/jekyll/config.rb', line 167 def retry_delay @retry_delay end |