class Yardstick::Rules::ApiTag::ProtectedMethod

def validatable?

Other tags:
    Api: - private

Returns:
  • (Boolean) -

Other tags:
    See: Rule::validatable? -
def validatable?
  visibility == :protected
end