Class: AuthorizeNet::Reporting::FDSFilter

Inherits:
Object
  • Object
show all
Includes:
Model
Defined in:
lib/authorize_net/reporting/fds_filter.rb

Overview

Models a fraud detection filter.

Instance Attribute Summary collapse

Method Summary

Methods included from Model

#initialize, #to_a

Instance Attribute Details

#actionObject

Returns the value of attribute action.



6
7
8
# File 'lib/authorize_net/reporting/fds_filter.rb', line 6

def action
  @action
end

#nameObject

Returns the value of attribute name.



6
7
8
# File 'lib/authorize_net/reporting/fds_filter.rb', line 6

def name
  @name
end