Class: Gtk::HexEditor::Highlight
- Inherits:
-
Object
- Object
- Gtk::HexEditor::Highlight
- Defined in:
- lib/gtkhex.rb
Instance Attribute Summary collapse
-
#end ⇒ Object
Returns the value of attribute end.
-
#end_line ⇒ Object
Returns the value of attribute end_line.
-
#min_select ⇒ Object
Returns the value of attribute min_select.
-
#start ⇒ Object
Returns the value of attribute start.
-
#start_line ⇒ Object
Returns the value of attribute start_line.
-
#style ⇒ Object
Returns the value of attribute style.
-
#valid ⇒ Object
Returns the value of attribute valid.
Instance Attribute Details
#end ⇒ Object
Returns the value of attribute end.
42 43 44 |
# File 'lib/gtkhex.rb', line 42 def end @end end |
#end_line ⇒ Object
Returns the value of attribute end_line.
43 44 45 |
# File 'lib/gtkhex.rb', line 43 def end_line @end_line end |
#min_select ⇒ Object
Returns the value of attribute min_select.
45 46 47 |
# File 'lib/gtkhex.rb', line 45 def min_select @min_select end |
#start ⇒ Object
Returns the value of attribute start.
42 43 44 |
# File 'lib/gtkhex.rb', line 42 def start @start end |
#start_line ⇒ Object
Returns the value of attribute start_line.
43 44 45 |
# File 'lib/gtkhex.rb', line 43 def start_line @start_line end |
#style ⇒ Object
Returns the value of attribute style.
44 45 46 |
# File 'lib/gtkhex.rb', line 44 def style @style end |
#valid ⇒ Object
Returns the value of attribute valid.
46 47 48 |
# File 'lib/gtkhex.rb', line 46 def valid @valid end |