Sha256: 214d40fbadb608225ed9e650235bc4646b0440eb5a4030dc45afefa306634984

Contents?: true

Size: 580 Bytes

Versions: 51

Compression:

Stored size: 580 Bytes

Contents

module Saml
  module Elements
    class AttributeConsumingService
      include Saml::Base

      tag "AttributeConsumingService"
      register_namespace "md", Saml::MD_NAMESPACE
      namespace "md"

      attribute :index, Integer, :tag => "index"
      attribute :is_default, HappyMapper::Boolean, :tag => "isDefault"

      has_many :service_names, ServiceName
      has_many :service_descriptions, ServiceDescription
      has_many :requested_attributes, RequestedAttribute

      validates :index, :service_names, :requested_attributes, :presence => true
    end
  end
end

Version data entries

51 entries across 51 versions & 1 rubygems

Version Path
libsaml-2.14.0 lib/saml/elements/attribute_consuming_service.rb
libsaml-2.13.1 lib/saml/elements/attribute_consuming_service.rb
libsaml-2.12.1 lib/saml/elements/attribute_consuming_service.rb
libsaml-2.12.0 lib/saml/elements/attribute_consuming_service.rb
libsaml-2.11.2 lib/saml/elements/attribute_consuming_service.rb
libsaml-2.11.1 lib/saml/elements/attribute_consuming_service.rb
libsaml-2.11.0 lib/saml/elements/attribute_consuming_service.rb
libsaml-2.10.7 lib/saml/elements/attribute_consuming_service.rb
libsaml-2.10.6 lib/saml/elements/attribute_consuming_service.rb
libsaml-2.10.5 lib/saml/elements/attribute_consuming_service.rb
libsaml-2.10.4 lib/saml/elements/attribute_consuming_service.rb
libsaml-2.10.3 lib/saml/elements/attribute_consuming_service.rb
libsaml-2.10.2 lib/saml/elements/attribute_consuming_service.rb
libsaml-2.10.1 lib/saml/elements/attribute_consuming_service.rb
libsaml-2.10.0 lib/saml/elements/attribute_consuming_service.rb
libsaml-2.9.0 lib/saml/elements/attribute_consuming_service.rb
libsaml-2.8.1 lib/saml/elements/attribute_consuming_service.rb
libsaml-2.8.0 lib/saml/elements/attribute_consuming_service.rb
libsaml-2.7.0 lib/saml/elements/attribute_consuming_service.rb
libsaml-2.6.9 lib/saml/elements/attribute_consuming_service.rb