Class: Seam::ConnectWebview
- Inherits:
-
BaseResource
- Object
- BaseResource
- Seam::ConnectWebview
- Defined in:
- lib/seam/resources/connect_webview.rb
Instance Attribute Summary collapse
-
#accepted_devices ⇒ Object
Returns the value of attribute accepted_devices.
-
#accepted_providers ⇒ Object
Returns the value of attribute accepted_providers.
-
#any_device_allowed ⇒ Object
Returns the value of attribute any_device_allowed.
-
#any_provider_allowed ⇒ Object
Returns the value of attribute any_provider_allowed.
-
#automatically_manage_new_devices ⇒ Object
Returns the value of attribute automatically_manage_new_devices.
-
#connect_webview_id ⇒ Object
Returns the value of attribute connect_webview_id.
-
#connected_account_id ⇒ Object
Returns the value of attribute connected_account_id.
-
#custom_metadata ⇒ Object
Returns the value of attribute custom_metadata.
-
#custom_redirect_failure_url ⇒ Object
Returns the value of attribute custom_redirect_failure_url.
-
#custom_redirect_url ⇒ Object
Returns the value of attribute custom_redirect_url.
-
#device_selection_mode ⇒ Object
Returns the value of attribute device_selection_mode.
-
#login_successful ⇒ Object
Returns the value of attribute login_successful.
-
#selected_provider ⇒ Object
Returns the value of attribute selected_provider.
-
#status ⇒ Object
Returns the value of attribute status.
-
#url ⇒ Object
Returns the value of attribute url.
-
#wait_for_device_creation ⇒ Object
Returns the value of attribute wait_for_device_creation.
-
#workspace_id ⇒ Object
Returns the value of attribute workspace_id.
Attributes inherited from BaseResource
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_devices ⇒ Object
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_providers ⇒ Object
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_allowed ⇒ Object
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_allowed ⇒ Object
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_devices ⇒ Object
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_id ⇒ Object
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_id ⇒ Object
Returns the value of attribute connected_account_id.
5 6 7 |
# File 'lib/seam/resources/connect_webview.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/connect_webview.rb', line 5 def @custom_metadata end |
#custom_redirect_failure_url ⇒ Object
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_url ⇒ Object
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_mode ⇒ Object
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_successful ⇒ Object
Returns the value of attribute login_successful.
5 6 7 |
# File 'lib/seam/resources/connect_webview.rb', line 5 def login_successful @login_successful end |
#selected_provider ⇒ Object
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 |
#status ⇒ Object
Returns the value of attribute status.
5 6 7 |
# File 'lib/seam/resources/connect_webview.rb', line 5 def status @status end |
#url ⇒ Object
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_creation ⇒ Object
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_id ⇒ Object
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 |