Class: SamlIdp::Configurator::TechnicalContact

Inherits:
OpenStruct
  • Object
show all
Defined in:
lib/saml_idp/configurator.rb

Instance Method Summary collapse

Instance Method Details

#mail_to_stringObject



43
44
45
# File 'lib/saml_idp/configurator.rb', line 43

def mail_to_string
  "mailto:#{email_address}" if email_address.to_s.length > 0
end