Class: LeanTesting::BugAttachment

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

Instance Attribute Summary

Attributes inherited from Entity

#data

Instance Method Summary collapse

Constructor Details

#initialize(origin, data) ⇒ BugAttachment

Returns a new instance of BugAttachment.



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

def initialize(origin, data)
	super
end