Class: Seam::Resources::ConnectedAccount

Inherits:
BaseResource show all
Includes:
ResourceErrorsSupport, ResourceWarningsSupport
Defined in:
lib/seam/routes/resources/connected_account.rb

Instance Attribute Summary collapse

Attributes inherited from BaseResource

#client, #data

Method Summary

Methods included from ResourceWarningsSupport

#warnings

Methods included from ResourceErrorsSupport

#errors

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_capabilitiesObject

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_typeObject

Returns the value of attribute account_type.



6
7
8
# File 'lib/seam/routes/resources/connected_account.rb', line 6

def 
  @account_type
end

#account_type_display_nameObject

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
end

#automatically_manage_new_devicesObject

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_idObject

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
end

#custom_metadataObject

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_keyObject

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_identifierObject

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