Class: Build
- Inherits:
-
Hash
- Object
- Hash
- Build
- Defined in:
- lib/build.rb
Instance Method Summary collapse
-
#initialize ⇒ Build
constructor
A new instance of Build.
Constructor Details
#initialize ⇒ Build
Returns a new instance of Build.
2 3 4 |
# File 'lib/build.rb', line 2 def initialize self[:unique_id]='' end |