Method: Cloudinary::Analytics#sdk_code
- Defined in:
- lib/cloudinary/analytics.rb
#sdk_code(sdk_code) ⇒ void
This method returns an undefined value.
Sets the SDK code.
Used for integrations.
66 67 68 |
# File 'lib/cloudinary/analytics.rb', line 66 def sdk_code(sdk_code) @sdk_code = sdk_code end |