Class: Clerk::Models::Components::SAMLAccountMeta
- Inherits:
-
Object
- Object
- Clerk::Models::Components::SAMLAccountMeta
- Includes:
- Crystalline::MetadataFields
- Defined in:
- lib/clerk/models/components/samlaccount_meta.rb
Instance Method Summary collapse
- #==(other) ⇒ Object
-
#initialize ⇒ SAMLAccountMeta
constructor
A new instance of SAMLAccountMeta.
Methods included from Crystalline::MetadataFields
#field, #fields, included, #marshal_single, #to_dict, #to_json
Constructor Details
#initialize ⇒ SAMLAccountMeta
Returns a new instance of SAMLAccountMeta.
17 |
# File 'lib/clerk/models/components/samlaccount_meta.rb', line 17 def initialize; end |
Instance Method Details
#==(other) ⇒ Object
20 21 22 23 |
# File 'lib/clerk/models/components/samlaccount_meta.rb', line 20 def ==(other) return false unless other.is_a? self.class true end |