Class: ProjectSection

Inherits:
Entity
  • Object
show all
Defined in:
lib/Entity/Project/ProjectSection.rb

Instance Attribute Summary

Attributes inherited from Entity

#data

Instance Method Summary collapse

Constructor Details

#initialize(origin, data) ⇒ ProjectSection

Returns a new instance of ProjectSection.



3
4
5
# File 'lib/Entity/Project/ProjectSection.rb', line 3

def initialize(origin, data)
	super
end