Class: Seam::Resources::BridgeClientSession
- Inherits:
-
BaseResource
- Object
- BaseResource
- Seam::Resources::BridgeClientSession
- Includes:
- ResourceErrorsSupport
- Defined in:
- lib/seam/routes/resources/bridge_client_session.rb
Instance Attribute Summary collapse
-
#bridge_client_machine_identifier_key ⇒ Object
Returns the value of attribute bridge_client_machine_identifier_key.
-
#bridge_client_name ⇒ Object
Returns the value of attribute bridge_client_name.
-
#bridge_client_session_id ⇒ Object
Returns the value of attribute bridge_client_session_id.
-
#bridge_client_session_token ⇒ Object
Returns the value of attribute bridge_client_session_token.
-
#bridge_client_time_zone ⇒ Object
Returns the value of attribute bridge_client_time_zone.
-
#pairing_code ⇒ Object
Returns the value of attribute pairing_code.
-
#tailscale_auth_key ⇒ Object
Returns the value of attribute tailscale_auth_key.
-
#tailscale_hostname ⇒ Object
Returns the value of attribute tailscale_hostname.
-
#telemetry_token ⇒ Object
Returns the value of attribute telemetry_token.
-
#telemetry_url ⇒ Object
Returns the value of attribute telemetry_url.
Attributes inherited from BaseResource
Method Summary
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
#bridge_client_machine_identifier_key ⇒ Object
Returns the value of attribute bridge_client_machine_identifier_key.
6 7 8 |
# File 'lib/seam/routes/resources/bridge_client_session.rb', line 6 def bridge_client_machine_identifier_key @bridge_client_machine_identifier_key end |
#bridge_client_name ⇒ Object
Returns the value of attribute bridge_client_name.
6 7 8 |
# File 'lib/seam/routes/resources/bridge_client_session.rb', line 6 def bridge_client_name @bridge_client_name end |
#bridge_client_session_id ⇒ Object
Returns the value of attribute bridge_client_session_id.
6 7 8 |
# File 'lib/seam/routes/resources/bridge_client_session.rb', line 6 def bridge_client_session_id @bridge_client_session_id end |
#bridge_client_session_token ⇒ Object
Returns the value of attribute bridge_client_session_token.
6 7 8 |
# File 'lib/seam/routes/resources/bridge_client_session.rb', line 6 def bridge_client_session_token @bridge_client_session_token end |
#bridge_client_time_zone ⇒ Object
Returns the value of attribute bridge_client_time_zone.
6 7 8 |
# File 'lib/seam/routes/resources/bridge_client_session.rb', line 6 def bridge_client_time_zone @bridge_client_time_zone end |
#pairing_code ⇒ Object
Returns the value of attribute pairing_code.
6 7 8 |
# File 'lib/seam/routes/resources/bridge_client_session.rb', line 6 def pairing_code @pairing_code end |
#tailscale_auth_key ⇒ Object
Returns the value of attribute tailscale_auth_key.
6 7 8 |
# File 'lib/seam/routes/resources/bridge_client_session.rb', line 6 def tailscale_auth_key @tailscale_auth_key end |
#tailscale_hostname ⇒ Object
Returns the value of attribute tailscale_hostname.
6 7 8 |
# File 'lib/seam/routes/resources/bridge_client_session.rb', line 6 def tailscale_hostname @tailscale_hostname end |
#telemetry_token ⇒ Object
Returns the value of attribute telemetry_token.
6 7 8 |
# File 'lib/seam/routes/resources/bridge_client_session.rb', line 6 def telemetry_token @telemetry_token end |
#telemetry_url ⇒ Object
Returns the value of attribute telemetry_url.
6 7 8 |
# File 'lib/seam/routes/resources/bridge_client_session.rb', line 6 def telemetry_url @telemetry_url end |