Class: RSAML::Statement::Base

Inherits:
Object
  • Object
show all
Defined in:
lib/rsaml/statement/base.rb

Overview

Base class for statements.

Instance Attribute Summary collapse

Instance Attribute Details

#typeObject

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