lib/saml/elements/idp_entry.rb in libsaml-3.3.0 vs lib/saml/elements/idp_entry.rb in libsaml-3.4.0
- old
+ new
@@ -4,13 +4,13 @@
include Saml::Base
tag 'IDPEntry'
namespace 'samlp'
- attribute :provider_id, String, :tag => 'ProviderID'
- attribute :name, String, :tag => 'Name'
- attribute :loc, String, :tag => 'Loc'
+ attribute :provider_id, String, tag: 'ProviderID'
+ attribute :name, String, tag: 'Name'
+ attribute :loc, String, tag: 'Loc'
- validates :provider_id, :presence => true
+ validates :provider_id, presence: true
end
end
end