Class: Seam::ConnectedAccount

Inherits:
BaseResource show all
Includes:
ResourceErrorsSupport, ResourceWarningsSupport
Defined in:
lib/seam/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::BaseResource

Instance Attribute Details

#account_typeObject

Returns the value of attribute account_type.



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

def 
  @account_type
end

#connected_account_idObject

Returns the value of attribute connected_account_id.



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

def 
  @connected_account_id
end

#custom_metadataObject

Returns the value of attribute custom_metadata.



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

def 
  @custom_metadata
end

#user_identifierObject

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