Class: Casper::Entity::DeployHash
- Inherits:
-
Object
- Object
- Casper::Entity::DeployHash
- Defined in:
- lib/entity/deploy_hash.rb
Instance Method Summary collapse
-
#get_hash ⇒ String
Hash.
-
#initialize(hash) ⇒ DeployHash
constructor
A new instance of DeployHash.
Constructor Details
#initialize(hash) ⇒ DeployHash
Returns a new instance of DeployHash.
6 7 8 |
# File 'lib/entity/deploy_hash.rb', line 6 def initialize(hash) @hash = hash end |
Instance Method Details
#get_hash ⇒ String
Returns hash.
11 12 13 |
# File 'lib/entity/deploy_hash.rb', line 11 def get_hash @hash end |