Class: MockObjects::JavaClasses::View

Inherits:
Object
  • Object
show all
Defined in:
lib/droiuby/spec/mock_objects/java_classes/view.rb

Instance Attribute Summary collapse

Instance Attribute Details

#idObject

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

#tagObject

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_typeObject

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