Class: OFX::IntrabankTransferProfile
- Inherits:
-
Object
- Object
- OFX::IntrabankTransferProfile
- Defined in:
- lib/ofx/banking_message_set.rb
Instance Attribute Summary collapse
-
#default_number_of_days_to_pay ⇒ Object
Returns the value of attribute default_number_of_days_to_pay.
-
#model_window ⇒ Object
Returns the value of attribute model_window.
-
#number_of_days_early_funds_are_withdrawn ⇒ Object
Returns the value of attribute number_of_days_early_funds_are_withdrawn.
-
#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.
-
#supports_modification_of_models ⇒ Object
Returns the value of attribute supports_modification_of_models.
-
#supports_modification_of_transfers ⇒ Object
Returns the value of attribute supports_modification_of_transfers.
-
#supports_recurring_transfers ⇒ Object
Returns the value of attribute supports_recurring_transfers.
-
#supports_scheduled_transfers ⇒ Object
Returns the value of attribute supports_scheduled_transfers.
Instance Method Summary collapse
- #supports_modification_of_models? ⇒ Boolean
- #supports_modification_of_transfers? ⇒ Boolean
- #supports_recurring_transfers? ⇒ Boolean
- #supports_scheduled_transfers? ⇒ Boolean
Instance Attribute Details
#default_number_of_days_to_pay ⇒ Object
Returns the value of attribute default_number_of_days_to_pay.
64 65 66 |
# File 'lib/ofx/banking_message_set.rb', line 64 def default_number_of_days_to_pay @default_number_of_days_to_pay end |
#model_window ⇒ Object
Returns the value of attribute model_window.
62 63 64 |
# File 'lib/ofx/banking_message_set.rb', line 62 def model_window @model_window end |
#number_of_days_early_funds_are_withdrawn ⇒ Object
Returns the value of attribute number_of_days_early_funds_are_withdrawn.
63 64 65 |
# File 'lib/ofx/banking_message_set.rb', line 63 def number_of_days_early_funds_are_withdrawn @number_of_days_early_funds_are_withdrawn end |
#processing_days_off ⇒ Object
Returns the value of attribute processing_days_off.
44 45 46 |
# File 'lib/ofx/banking_message_set.rb', line 44 def processing_days_off @processing_days_off end |
#processing_end_time_of_day ⇒ Object
Returns the value of attribute processing_end_time_of_day.
45 46 47 |
# File 'lib/ofx/banking_message_set.rb', line 45 def processing_end_time_of_day @processing_end_time_of_day end |
#supports_modification_of_models ⇒ Object
Returns the value of attribute supports_modification_of_models.
58 59 60 |
# File 'lib/ofx/banking_message_set.rb', line 58 def supports_modification_of_models @supports_modification_of_models end |
#supports_modification_of_transfers ⇒ Object
Returns the value of attribute supports_modification_of_transfers.
54 55 56 |
# File 'lib/ofx/banking_message_set.rb', line 54 def supports_modification_of_transfers @supports_modification_of_transfers end |
#supports_recurring_transfers ⇒ Object
Returns the value of attribute supports_recurring_transfers.
50 51 52 |
# File 'lib/ofx/banking_message_set.rb', line 50 def supports_recurring_transfers @supports_recurring_transfers end |
#supports_scheduled_transfers ⇒ Object
Returns the value of attribute supports_scheduled_transfers.
46 47 48 |
# File 'lib/ofx/banking_message_set.rb', line 46 def supports_scheduled_transfers @supports_scheduled_transfers end |
Instance Method Details
#supports_modification_of_models? ⇒ Boolean
59 60 61 |
# File 'lib/ofx/banking_message_set.rb', line 59 def supports_modification_of_models? supports_modification_of_models end |
#supports_modification_of_transfers? ⇒ Boolean
55 56 57 |
# File 'lib/ofx/banking_message_set.rb', line 55 def supports_modification_of_transfers? supports_modification_of_transfers end |
#supports_recurring_transfers? ⇒ Boolean
51 52 53 |
# File 'lib/ofx/banking_message_set.rb', line 51 def supports_recurring_transfers? supports_recurring_transfers end |
#supports_scheduled_transfers? ⇒ Boolean
47 48 49 |
# File 'lib/ofx/banking_message_set.rb', line 47 def supports_scheduled_transfers? supports_scheduled_transfers end |