Class: IRuby::SessionAdapter::TestAdapter::DummySocket
- Inherits:
- 
      Struct
      
        - Object
- Struct
- IRuby::SessionAdapter::TestAdapter::DummySocket
 
- Defined in:
- lib/iruby/session_adapter/test_adapter.rb
Instance Attribute Summary collapse
- 
  
    
      #host  ⇒ Object 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    Returns the value of attribute host. 
- 
  
    
      #port  ⇒ Object 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    Returns the value of attribute port. 
- 
  
    
      #protocol  ⇒ Object 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    Returns the value of attribute protocol. 
- 
  
    
      #type  ⇒ Object 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    Returns the value of attribute type. 
Instance Attribute Details
#host ⇒ Object
Returns the value of attribute host
| 8 9 10 | # File 'lib/iruby/session_adapter/test_adapter.rb', line 8 def host @host end | 
#port ⇒ Object
Returns the value of attribute port
| 8 9 10 | # File 'lib/iruby/session_adapter/test_adapter.rb', line 8 def port @port end | 
#protocol ⇒ Object
Returns the value of attribute protocol
| 8 9 10 | # File 'lib/iruby/session_adapter/test_adapter.rb', line 8 def protocol @protocol end | 
#type ⇒ Object
Returns the value of attribute type
| 8 9 10 | # File 'lib/iruby/session_adapter/test_adapter.rb', line 8 def type @type end |