Class: Seam::ConnectedAccount
- Inherits:
-
BaseResource
- Object
- BaseResource
- Seam::ConnectedAccount
- Includes:
- ResourceErrorsSupport, ResourceWarningsSupport
- Defined in:
- lib/seam/resources/connected_account.rb
Instance Attribute Summary collapse
-
#account_type ⇒ Object
Returns the value of attribute account_type.
-
#connected_account_id ⇒ Object
Returns the value of attribute connected_account_id.
-
#custom_metadata ⇒ Object
Returns the value of attribute custom_metadata.
-
#user_identifier ⇒ Object
Returns the value of attribute user_identifier.
Attributes inherited from BaseResource
Method Summary
Methods included from ResourceWarningsSupport
Methods included from ResourceErrorsSupport
Methods inherited from BaseResource
date_accessor, #initialize, #inspect, load_from_response, #update_from_response
Constructor Details
This class inherits a constructor from Seam::BaseResource
Instance Attribute Details
#account_type ⇒ Object
Returns the value of attribute account_type.
5 6 7 |
# File 'lib/seam/resources/connected_account.rb', line 5 def account_type @account_type end |
#connected_account_id ⇒ Object
Returns the value of attribute connected_account_id.
5 6 7 |
# File 'lib/seam/resources/connected_account.rb', line 5 def connected_account_id @connected_account_id end |
#custom_metadata ⇒ Object
Returns the value of attribute custom_metadata.
5 6 7 |
# File 'lib/seam/resources/connected_account.rb', line 5 def @custom_metadata end |
#user_identifier ⇒ Object
Returns the value of attribute user_identifier.
5 6 7 |
# File 'lib/seam/resources/connected_account.rb', line 5 def user_identifier @user_identifier end |