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.



8
9
10
# File 'lib/authorize_net/reporting/fds_filter.rb', line 8

def action
  @action
end

#nameObject

Returns the value of attribute name.



8
9
10
# File 'lib/authorize_net/reporting/fds_filter.rb', line 8

def name
  @name
end