Method: WscSdk::Endpoints::UllStreamTargets#model_path

Defined in:
lib/wsc_sdk/endpoints/ull_stream_targets.rb

#model_path(id) ⇒ String

Get the path for an individual model.

Parameters:

  • id (Any)

    The unique id of the model.

Returns:

  • (String)

    The model path.



38
39
40
# File 'lib/wsc_sdk/endpoints/ull_stream_targets.rb', line 38

def model_path(id)
  [ parent_path, "ull", id ].compact.join("/")
end