Method: NexusAPI::API#status_writable

Defined in:
lib/endpoints/status.rb

#status_writableObject

GET /service/rest/v1/status/writable



11
12
13
# File 'lib/endpoints/status.rb', line 11

def status_writable
  @connection.get(endpoint: 'status/writable')
end