Class: Termplot::Widgets::Border
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Termplot::Widgets::Border
 
 
- Defined in:
 - lib/termplot/widgets/border.rb
 
Instance Attribute Summary collapse
- 
  
    
      #bottom  ⇒ Object 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Returns the value of attribute bottom.
 - 
  
    
      #left  ⇒ Object 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Returns the value of attribute left.
 - 
  
    
      #right  ⇒ Object 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Returns the value of attribute right.
 - 
  
    
      #top  ⇒ Object 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Returns the value of attribute top.
 
Instance Attribute Details
#bottom ⇒ Object
Returns the value of attribute bottom
      3 4 5  | 
    
      # File 'lib/termplot/widgets/border.rb', line 3 def bottom @bottom end  | 
  
#left ⇒ Object
Returns the value of attribute left
      3 4 5  | 
    
      # File 'lib/termplot/widgets/border.rb', line 3 def left @left end  | 
  
#right ⇒ Object
Returns the value of attribute right
      3 4 5  | 
    
      # File 'lib/termplot/widgets/border.rb', line 3 def right @right end  | 
  
#top ⇒ Object
Returns the value of attribute top
      3 4 5  | 
    
      # File 'lib/termplot/widgets/border.rb', line 3 def top @top end  |