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