Class: SynapsePay::BankStatus

Inherits:
APIResource show all
Defined in:
lib/synapse_pay/resources/bank_status.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

#bank_nameObject

Returns the value of attribute bank_name.



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

def bank_name
  @bank_name
end

#dateObject

Returns the value of attribute date.



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

def date
  @date
end

#idObject

Returns the value of attribute id.



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

def id
  @id
end

#logoObject

Returns the value of attribute logo.



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

def 
  
end

#resource_uriObject

Returns the value of attribute resource_uri.



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

def resource_uri
  @resource_uri
end

#statusObject

Returns the value of attribute status.



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

def status
  @status
end