Class: PlexRubySDK::Models::Operations::InternalPaymentMethod
- Inherits:
-
Object
- Object
- PlexRubySDK::Models::Operations::InternalPaymentMethod
- Extended by:
- T::Sig
- Includes:
- Crystalline::MetadataFields
- Defined in:
- lib/plex_ruby_sdk/models/operations/internalpaymentmethod.rb
Instance Method Summary collapse
- #==(other) ⇒ Object
-
#initialize ⇒ InternalPaymentMethod
constructor
A new instance of InternalPaymentMethod.
Methods included from Crystalline::MetadataFields
#field, #fields, included, #marshal_single, #to_dict, #to_json
Constructor Details
#initialize ⇒ InternalPaymentMethod
Returns a new instance of InternalPaymentMethod.
22 |
# File 'lib/plex_ruby_sdk/models/operations/internalpaymentmethod.rb', line 22 def initialize; end |
Instance Method Details
#==(other) ⇒ Object
24 25 26 27 |
# File 'lib/plex_ruby_sdk/models/operations/internalpaymentmethod.rb', line 24 def ==(other) return false unless other.is_a? self.class true end |