Class: LeanTesting::BugComment

Inherits:
Entity
  • Object
show all
Defined in:
lib/Entity/Bug/BugComment.rb

Instance Attribute Summary

Attributes inherited from Entity

#data

Instance Method Summary collapse

Constructor Details

#initialize(origin, data) ⇒ BugComment

Returns a new instance of BugComment.



4
5
6
# File 'lib/Entity/Bug/BugComment.rb', line 4

def initialize(origin, data)
	super
end