Class: Saml::Kit::Response

Inherits:
Object
  • Object
show all
Defined in:
lib/saml/kit/core_ext/response.rb

Instance Method Summary collapse

Instance Method Details

#build_table(table = []) ⇒ Object



6
7
8
9
10
# File 'lib/saml/kit/core_ext/response.rb', line 6

def build_table(table = [])
  super(table)
  assertion.build_table(table) if assertion.present?
  table
end