Class: StackOne::Models::Shared::IsPaid
- Inherits:
-
Object
- Object
- StackOne::Models::Shared::IsPaid
- Extended by:
- T::Sig
- Includes:
- Crystalline::MetadataFields
- Defined in:
- lib/stack_one/models/shared/is_paid.rb
Overview
Whether the break is paid
Instance Method Summary collapse
- #==(other) ⇒ Object
-
#initialize ⇒ IsPaid
constructor
A new instance of IsPaid.
Methods included from Crystalline::MetadataFields
#field, #fields, included, #marshal_single, #to_dict, #to_json
Constructor Details
#initialize ⇒ IsPaid
Returns a new instance of IsPaid.
17 |
# File 'lib/stack_one/models/shared/is_paid.rb', line 17 def initialize; end |
Instance Method Details
#==(other) ⇒ Object
20 21 22 23 |
# File 'lib/stack_one/models/shared/is_paid.rb', line 20 def ==(other) return false unless other.is_a? self.class true end |