Method: ThreeSixty::Core::Account#get_file_state

Defined in:
lib/three-sixty/core/account.rb

#get_file_state(file_id) ⇒ Object



27
28
29
# File 'lib/three-sixty/core/account.rb', line 27

def get_file_state(file_id)
  @client.request(resource_url("getFileState"), fileId: file_id)
end