Class: Gtk::HexEditor::Highlight

Inherits:
Object
  • Object
show all
Defined in:
lib/gtkhex.rb

Instance Attribute Summary collapse

Instance Attribute Details

#endObject

Returns the value of attribute end.



45
46
47
# File 'lib/gtkhex.rb', line 45

def end
  @end
end

#end_lineObject

Returns the value of attribute end_line.



46
47
48
# File 'lib/gtkhex.rb', line 46

def end_line
  @end_line
end

#min_selectObject

Returns the value of attribute min_select.



48
49
50
# File 'lib/gtkhex.rb', line 48

def min_select
  @min_select
end

#startObject

Returns the value of attribute start.



45
46
47
# File 'lib/gtkhex.rb', line 45

def start
  @start
end

#start_lineObject

Returns the value of attribute start_line.



46
47
48
# File 'lib/gtkhex.rb', line 46

def start_line
  @start_line
end

#styleObject

Returns the value of attribute style.



47
48
49
# File 'lib/gtkhex.rb', line 47

def style
  @style
end

#validObject

Returns the value of attribute valid.



49
50
51
# File 'lib/gtkhex.rb', line 49

def valid
  @valid
end