Class: RSAML::Statement::Base
- Inherits:
-
Object
- Object
- RSAML::Statement::Base
- Defined in:
- lib/rsaml/statement/base.rb
Overview
Base class for statements.
Direct Known Subclasses
AttributeStatement, AuthenticationStatement, AuthorizationDecisionStatement
Instance Attribute Summary collapse
-
#type ⇒ Object
An xsi:type attribute used to indicate the actual statement type.
Instance Attribute Details
#type ⇒ Object
An xsi:type attribute used to indicate the actual statement type.
6 7 8 |
# File 'lib/rsaml/statement/base.rb', line 6 def type @type end |