Class: Seam::Resources::BridgeClientSession

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

Instance Attribute Summary collapse

Attributes inherited from BaseResource

#client, #data

Method Summary

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

#bridge_client_machine_identifier_keyObject

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_nameObject

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_idObject

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_tokenObject

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_zoneObject

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_codeObject

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_keyObject

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_hostnameObject

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_tokenObject

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_urlObject

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