class CobotClient::NavigationLinkService

Used to install links into the Cobot navigation of a space.

Public Class Methods

new(api_client, space_sudomain) click to toggle source

api_client - an CobotClient::ApiClient access_token - an access token string (owner must be admin of the space to be used)

# File lib/cobot_client/navigation_link_service.rb, line 8
def initialize(api_client, space_sudomain)
  @api_client = api_client
  @subdomain = space_sudomain
end

Public Instance Methods

Private Instance Methods