Class: PlexRubySDK::Models::Operations::InternalPaymentMethod

Inherits:
Object
  • Object
show all
Extended by:
T::Sig
Includes:
Crystalline::MetadataFields
Defined in:
lib/plex_ruby_sdk/models/operations/internalpaymentmethod.rb

Instance Method Summary collapse

Methods included from Crystalline::MetadataFields

#field, #fields, included, #marshal_single, #to_dict, #to_json

Constructor Details

#initializeInternalPaymentMethod

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