Class: SynapsePay::Wire
- Inherits:
-
APIResource
- Object
- APIResource
- SynapsePay::Wire
- Defined in:
- lib/synapse_pay/resources/wire.rb
Instance Attribute Summary collapse
-
#account_number_string ⇒ Object
Returns the value of attribute account_number_string.
-
#amount ⇒ Object
Returns the value of attribute amount.
-
#date ⇒ Object
Returns the value of attribute date.
-
#fee ⇒ Object
Returns the value of attribute fee.
-
#id ⇒ Object
Returns the value of attribute id.
-
#memo ⇒ Object
Returns the value of attribute memo.
-
#reference_id ⇒ Object
Returns the value of attribute reference_id.
-
#resource_uri ⇒ Object
Returns the value of attribute resource_uri.
-
#routing_number_string ⇒ Object
Returns the value of attribute routing_number_string.
-
#status ⇒ Object
Returns the value of attribute status.
-
#status_url ⇒ Object
Returns the value of attribute status_url.
Attributes inherited from APIResource
Method Summary
Methods inherited from APIResource
api_attribute_names, #api_attributes, api_subclass_fetch, api_subclasses, #changed_api_attributes, #clear_api_attributes, #determine_api_attribute_value, determine_api_attribute_value, #initialize, #inspect, #inspect_api_attributes, #inspect_nested, #refresh_from, register_api_subclass, #to_json
Constructor Details
This class inherits a constructor from SynapsePay::APIResource
Instance Attribute Details
#account_number_string ⇒ Object
Returns the value of attribute account_number_string.
3 4 5 |
# File 'lib/synapse_pay/resources/wire.rb', line 3 def account_number_string @account_number_string end |
#amount ⇒ Object
Returns the value of attribute amount.
4 5 6 |
# File 'lib/synapse_pay/resources/wire.rb', line 4 def amount @amount end |
#date ⇒ Object
Returns the value of attribute date.
5 6 7 |
# File 'lib/synapse_pay/resources/wire.rb', line 5 def date @date end |
#fee ⇒ Object
Returns the value of attribute fee.
6 7 8 |
# File 'lib/synapse_pay/resources/wire.rb', line 6 def fee @fee end |
#id ⇒ Object
Returns the value of attribute id.
7 8 9 |
# File 'lib/synapse_pay/resources/wire.rb', line 7 def id @id end |
#memo ⇒ Object
Returns the value of attribute memo.
8 9 10 |
# File 'lib/synapse_pay/resources/wire.rb', line 8 def memo @memo end |
#reference_id ⇒ Object
Returns the value of attribute reference_id.
9 10 11 |
# File 'lib/synapse_pay/resources/wire.rb', line 9 def reference_id @reference_id end |
#resource_uri ⇒ Object
Returns the value of attribute resource_uri.
10 11 12 |
# File 'lib/synapse_pay/resources/wire.rb', line 10 def resource_uri @resource_uri end |
#routing_number_string ⇒ Object
Returns the value of attribute routing_number_string.
11 12 13 |
# File 'lib/synapse_pay/resources/wire.rb', line 11 def routing_number_string @routing_number_string end |
#status ⇒ Object
Returns the value of attribute status.
12 13 14 |
# File 'lib/synapse_pay/resources/wire.rb', line 12 def status @status end |
#status_url ⇒ Object
Returns the value of attribute status_url.
13 14 15 |
# File 'lib/synapse_pay/resources/wire.rb', line 13 def status_url @status_url end |