class Yardstick::Rules::ApiTag::ProtectedMethod

def valid?

Other tags:
    Api: - private

Returns:
  • (Boolean) -

Other tags:
    See: class - description
def valid?
  api?(%w[ semipublic private ])
end