Class: LeanTesting::BugAttachment
- Defined in:
- lib/Entity/Bug/BugAttachment.rb
Instance Attribute Summary
Attributes inherited from Entity
Instance Method Summary collapse
-
#initialize(origin, data) ⇒ BugAttachment
constructor
A new instance of BugAttachment.
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 |