Method: WscSdk::Endpoints::CustomStreamTargets#model_path

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

#model_path(id) ⇒ String

Get the path for an individual model.



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

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