Class: Seam::Resources::ConnectedAccount
- Inherits:
-
BaseResource
- Object
- BaseResource
- Seam::Resources::ConnectedAccount
- Includes:
- ResourceErrorsSupport, ResourceWarningsSupport
- Defined in:
- lib/seam/routes/resources/connected_account.rb
Instance Attribute Summary collapse
-
#accepted_capabilities ⇒ Object
Returns the value of attribute accepted_capabilities.
-
#account_type ⇒ Object
Returns the value of attribute account_type.
-
#account_type_display_name ⇒ Object
Returns the value of attribute account_type_display_name.
-
#automatically_manage_new_devices ⇒ Object
Returns the value of attribute automatically_manage_new_devices.
-
#connected_account_id ⇒ Object
Returns the value of attribute connected_account_id.
-
#custom_metadata ⇒ Object
Returns the value of attribute custom_metadata.
-
#customer_key ⇒ Object
Returns the value of attribute customer_key.
-
#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::Resources::BaseResource
Instance Attribute Details
#accepted_capabilities ⇒ Object
Returns the value of attribute accepted_capabilities.
6 7 8 |
# File 'lib/seam/routes/resources/connected_account.rb', line 6 def accepted_capabilities @accepted_capabilities end |
#account_type ⇒ Object
Returns the value of attribute account_type.
6 7 8 |
# File 'lib/seam/routes/resources/connected_account.rb', line 6 def account_type @account_type end |
#account_type_display_name ⇒ Object
Returns the value of attribute account_type_display_name.
6 7 8 |
# File 'lib/seam/routes/resources/connected_account.rb', line 6 def account_type_display_name @account_type_display_name end |
#automatically_manage_new_devices ⇒ Object
Returns the value of attribute automatically_manage_new_devices.
6 7 8 |
# File 'lib/seam/routes/resources/connected_account.rb', line 6 def automatically_manage_new_devices @automatically_manage_new_devices end |
#connected_account_id ⇒ Object
Returns the value of attribute connected_account_id.
6 7 8 |
# File 'lib/seam/routes/resources/connected_account.rb', line 6 def connected_account_id @connected_account_id end |
#custom_metadata ⇒ Object
Returns the value of attribute custom_metadata.
6 7 8 |
# File 'lib/seam/routes/resources/connected_account.rb', line 6 def @custom_metadata end |
#customer_key ⇒ Object
Returns the value of attribute customer_key.
6 7 8 |
# File 'lib/seam/routes/resources/connected_account.rb', line 6 def customer_key @customer_key end |
#user_identifier ⇒ Object
Returns the value of attribute user_identifier.
6 7 8 |
# File 'lib/seam/routes/resources/connected_account.rb', line 6 def user_identifier @user_identifier end |