Class: Seam::ConnectWebview

Inherits:
BaseResource show all
Defined in:
lib/seam/resources/connect_webview.rb

Instance Attribute Summary collapse

Attributes inherited from BaseResource

#client, #data

Method Summary

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

#accepted_devicesObject

Returns the value of attribute accepted_devices.



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

def accepted_devices
  @accepted_devices
end

#accepted_providersObject

Returns the value of attribute accepted_providers.



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

def accepted_providers
  @accepted_providers
end

#any_device_allowedObject

Returns the value of attribute any_device_allowed.



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

def any_device_allowed
  @any_device_allowed
end

#any_provider_allowedObject

Returns the value of attribute any_provider_allowed.



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

def any_provider_allowed
  @any_provider_allowed
end

#automatically_manage_new_devicesObject

Returns the value of attribute automatically_manage_new_devices.



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

def automatically_manage_new_devices
  @automatically_manage_new_devices
end

#connect_webview_idObject

Returns the value of attribute connect_webview_id.



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

def connect_webview_id
  @connect_webview_id
end

#connected_account_idObject

Returns the value of attribute connected_account_id.



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

def 
  @connected_account_id
end

#custom_metadataObject

Returns the value of attribute custom_metadata.



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

def 
  @custom_metadata
end

#custom_redirect_failure_urlObject

Returns the value of attribute custom_redirect_failure_url.



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

def custom_redirect_failure_url
  @custom_redirect_failure_url
end

#custom_redirect_urlObject

Returns the value of attribute custom_redirect_url.



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

def custom_redirect_url
  @custom_redirect_url
end

#device_selection_modeObject

Returns the value of attribute device_selection_mode.



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

def device_selection_mode
  @device_selection_mode
end

#login_successfulObject

Returns the value of attribute login_successful.



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

def 
  @login_successful
end

#selected_providerObject

Returns the value of attribute selected_provider.



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

def selected_provider
  @selected_provider
end

#statusObject

Returns the value of attribute status.



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

def status
  @status
end

#urlObject

Returns the value of attribute url.



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

def url
  @url
end

#wait_for_device_creationObject

Returns the value of attribute wait_for_device_creation.



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

def wait_for_device_creation
  @wait_for_device_creation
end

#workspace_idObject

Returns the value of attribute workspace_id.



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

def workspace_id
  @workspace_id
end