Method: LockstepSdk::AttachmentModel#file_ext

Defined in:
lib/lockstep_sdk/models/attachment_model.rb

#file_extString

Returns An Attachment represents a file that was uploaded to the Lockstep Platform. This field contains the original extension name of the file on disk.

Returns:

  • (String)

    An Attachment represents a file that was uploaded to the Lockstep Platform. This field contains the original extension name of the file on disk.



67
68
69
# File 'lib/lockstep_sdk/models/attachment_model.rb', line 67

def file_ext
  @file_ext
end