Class: MockObjects::JavaClasses::View
- Defined in:
- lib/droiuby/spec/mock_objects/java_classes/view.rb
Instance Attribute Summary collapse
- 
  
    
      #id  ⇒ Object 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    Returns the value of attribute id. 
- 
  
    
      #tag  ⇒ Object 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    Returns the value of attribute tag. 
- 
  
    
      #view_type  ⇒ Object 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    Returns the value of attribute view_type. 
Instance Attribute Details
#id ⇒ Object
Returns the value of attribute id.
| 5 6 7 | # File 'lib/droiuby/spec/mock_objects/java_classes/view.rb', line 5 def id @id end | 
#tag ⇒ Object
Returns the value of attribute tag.
| 5 6 7 | # File 'lib/droiuby/spec/mock_objects/java_classes/view.rb', line 5 def tag @tag end | 
#view_type ⇒ Object
Returns the value of attribute view_type.
| 5 6 7 | # File 'lib/droiuby/spec/mock_objects/java_classes/view.rb', line 5 def view_type @view_type end |