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