Module: SamlIdp::Hashable::ClassMethods
- Defined in:
- lib/saml_idp/hashable.rb
Instance Method Summary collapse
Instance Method Details
#hashable(method_name) ⇒ Object
21 22 23 |
# File 'lib/saml_idp/hashable.rb', line 21 def hashable(method_name) self.hashables << method_name.to_s end |
#hashables ⇒ Object
17 18 19 |
# File 'lib/saml_idp/hashable.rb', line 17 def hashables @hashables ||= Set.new end |