struct

Ansi::Iterm2::MultipartFile

Inherits Struct < Value < Object

Constructors

new(name : String = "", size : Int64 = 0_i64, width : String = "", height : String = "", ignore_aspect_ratio : Bool = false, inline : Bool = false, do_not_move_cursor : Bool = false, content : Bytes = Bytes.empty)
Source

Instance methods

content
Source
do_not_move_cursor?
Source
height
Source
ignore_aspect_ratio?
Source
inline?
Source
name
Source
size
Source
to_s

Returns a nicely readable and concise string representation of this object, typically intended for users.

This method should usually not be overridden. It delegates to #to_s(IO) which can be overridden for custom implementations.

Also see #inspect.

Source
width
Source