digidentity/libsaml

View on GitHub
lib/saml/elements/audience.rb

Summary

Maintainability
A
0 mins
Test Coverage
module Saml
  module Elements
    class Audience
      include Saml::Base

      tag 'Audience'
      namespace 'saml'

      content :value, String
    end
  end
end