Class: AuthorizeNet::Reporting::FDSFilter
- Inherits:
-
Object
- Object
- AuthorizeNet::Reporting::FDSFilter
- Includes:
- Model
- Defined in:
- lib/authorize_net/reporting/fds_filter.rb
Overview
Models a fraud detection filter.
Instance Attribute Summary collapse
-
#action ⇒ Object
Returns the value of attribute action.
-
#name ⇒ Object
Returns the value of attribute name.
Method Summary
Methods included from Model
Instance Attribute Details
#action ⇒ Object
Returns the value of attribute action.
8 9 10 |
# File 'lib/authorize_net/reporting/fds_filter.rb', line 8 def action @action end |
#name ⇒ Object
Returns the value of attribute name.
8 9 10 |
# File 'lib/authorize_net/reporting/fds_filter.rb', line 8 def name @name end |