struct

Lester::Instance::File::Endpoint

Inherits Lester::Endpoint < Struct < Value < Object

Constructors

new(client : Lester)
Source

Instance methods

create(instance_name, path, content, user_id = nil, group_id = nil, permissions = nil, type = nil, write_mode = nil, project = nil, &)
Source
create(instance_name : String, path : String, content, user_id : Int32 | Nil = nil, group_id : Int32 | Nil = nil, permissions : Int32 | Nil = nil, type : Type | Nil = nil, write_mode : WriteMode | Nil = nil, project : String | Nil = nil) : Operation::Item
Source
delete(instance_name, path, project = nil, &)
Source
delete(instance_name : String, path : String, project : String | Nil = nil) : Operation::Item
Source
fetch(instance_name, path, destination = nil, **params, &)
Source
fetch(instance_name : String, path : String, destination = nil, **params) : Item
Source
uri(instance_name) : URI
Source