Class: Yardstick::Rules::ApiTag::Presence
- Inherits:
-
Yardstick::Rule
- Object
- Yardstick::Rule
- Yardstick::Rules::ApiTag::Presence
- Defined in:
- lib/yardstick/rules/api_tag.rb
Overview
Checks if @api tag is present
Instance Attribute Summary
Attributes inherited from Yardstick::Rule
Instance Method Summary collapse
-
#valid? ⇒ Boolean
private
True if valid.
Methods inherited from Yardstick::Rule
coerce, #enabled?, #initialize, #validatable?
Constructor Details
This class inherits a constructor from Yardstick::Rule
Instance Method Details
#valid? ⇒ Boolean
This method is part of a private API. You should avoid using this method if possible, as it may be removed or be changed in the future.
Returns true if valid.
19 20 21 |
# File 'lib/yardstick/rules/api_tag.rb', line 19 def valid? has_tag?('api') end |