Class: SynapsePay::BankStatus
- Inherits:
-
APIResource
- Object
- APIResource
- SynapsePay::BankStatus
- Defined in:
- lib/synapse_pay/resources/bank_status.rb
Instance Attribute Summary collapse
-
#bank_name ⇒ Object
Returns the value of attribute bank_name.
-
#date ⇒ Object
Returns the value of attribute date.
-
#id ⇒ Object
Returns the value of attribute id.
-
#logo ⇒ Object
Returns the value of attribute logo.
-
#resource_uri ⇒ Object
Returns the value of attribute resource_uri.
-
#status ⇒ Object
Returns the value of attribute status.
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
#bank_name ⇒ Object
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 |
#date ⇒ Object
Returns the value of attribute date.
4 5 6 |
# File 'lib/synapse_pay/resources/bank_status.rb', line 4 def date @date end |
#id ⇒ Object
Returns the value of attribute id.
5 6 7 |
# File 'lib/synapse_pay/resources/bank_status.rb', line 5 def id @id end |
#logo ⇒ Object
Returns the value of attribute logo.
6 7 8 |
# File 'lib/synapse_pay/resources/bank_status.rb', line 6 def logo @logo end |
#resource_uri ⇒ Object
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 |
#status ⇒ Object
Returns the value of attribute status.
8 9 10 |
# File 'lib/synapse_pay/resources/bank_status.rb', line 8 def status @status end |