Class: Mintsoft::Objects::ReturnReason

Inherits:
Base
  • Object
show all
Defined in:
lib/mintsoft/objects/return_reason.rb

Instance Attribute Summary

Attributes inherited from Base

#original_response

Instance Method Summary collapse

Methods inherited from Base

#initialize, #raw, #to_hash, #to_ostruct

Constructor Details

This class inherits a constructor from Mintsoft::Base

Instance Method Details

#active?Boolean

Returns:

  • (Boolean)


6
7
8
# File 'lib/mintsoft/objects/return_reason.rb', line 6

def active?
  active == true
end