Class: SynapsePay::Wire

Inherits:
APIResource show all
Defined in:
lib/synapse_pay/resources/wire.rb

Instance Attribute Summary collapse

Attributes inherited from APIResource

#api_method, #client, #json

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_stringObject

Returns the value of attribute account_number_string.



3
4
5
# File 'lib/synapse_pay/resources/wire.rb', line 3

def 
  @account_number_string
end

#amountObject

Returns the value of attribute amount.



4
5
6
# File 'lib/synapse_pay/resources/wire.rb', line 4

def amount
  @amount
end

#dateObject

Returns the value of attribute date.



5
6
7
# File 'lib/synapse_pay/resources/wire.rb', line 5

def date
  @date
end

#feeObject

Returns the value of attribute fee.



6
7
8
# File 'lib/synapse_pay/resources/wire.rb', line 6

def fee
  @fee
end

#idObject

Returns the value of attribute id.



7
8
9
# File 'lib/synapse_pay/resources/wire.rb', line 7

def id
  @id
end

#memoObject

Returns the value of attribute memo.



8
9
10
# File 'lib/synapse_pay/resources/wire.rb', line 8

def memo
  @memo
end

#reference_idObject

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_uriObject

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_stringObject

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

#statusObject

Returns the value of attribute status.



12
13
14
# File 'lib/synapse_pay/resources/wire.rb', line 12

def status
  @status
end

#status_urlObject

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