Class: OFX::StopCheckProfile
- Inherits:
-
Object
- Object
- OFX::StopCheckProfile
- Defined in:
- lib/ofx/banking_message_set.rb
Instance Attribute Summary collapse
-
#can_stop_a_range_of_checks ⇒ Object
Returns the value of attribute can_stop_a_range_of_checks.
-
#can_stop_checks_by_description ⇒ Object
Returns the value of attribute can_stop_checks_by_description.
-
#default_stop_check_fee ⇒ Object
Returns the value of attribute default_stop_check_fee.
-
#processing_days_off ⇒ Object
Returns the value of attribute processing_days_off.
-
#processing_end_time_of_day ⇒ Object
Returns the value of attribute processing_end_time_of_day.
Instance Method Summary collapse
Instance Attribute Details
#can_stop_a_range_of_checks ⇒ Object
Returns the value of attribute can_stop_a_range_of_checks.
69 70 71 |
# File 'lib/ofx/banking_message_set.rb', line 69 def can_stop_a_range_of_checks @can_stop_a_range_of_checks end |
#can_stop_checks_by_description ⇒ Object
Returns the value of attribute can_stop_checks_by_description.
73 74 75 |
# File 'lib/ofx/banking_message_set.rb', line 73 def can_stop_checks_by_description @can_stop_checks_by_description end |
#default_stop_check_fee ⇒ Object
Returns the value of attribute default_stop_check_fee.
77 78 79 |
# File 'lib/ofx/banking_message_set.rb', line 77 def default_stop_check_fee @default_stop_check_fee end |
#processing_days_off ⇒ Object
Returns the value of attribute processing_days_off.
67 68 69 |
# File 'lib/ofx/banking_message_set.rb', line 67 def processing_days_off @processing_days_off end |
#processing_end_time_of_day ⇒ Object
Returns the value of attribute processing_end_time_of_day.
68 69 70 |
# File 'lib/ofx/banking_message_set.rb', line 68 def processing_end_time_of_day @processing_end_time_of_day end |
Instance Method Details
#can_stop_a_range_of_checks? ⇒ Boolean
70 71 72 |
# File 'lib/ofx/banking_message_set.rb', line 70 def can_stop_a_range_of_checks? can_stop_a_range_of_checks end |
#can_stop_checks_by_description? ⇒ Boolean
74 75 76 |
# File 'lib/ofx/banking_message_set.rb', line 74 def can_stop_checks_by_description? can_stop_checks_by_description end |