Class: Casper::Entity::DeployHash

Inherits:
Object
  • Object
show all
Defined in:
lib/entity/deploy_hash.rb

Instance Method Summary collapse

Constructor Details

#initialize(hash) ⇒ DeployHash

Returns a new instance of DeployHash.

Parameters:

  • hash (String)


6
7
8
# File 'lib/entity/deploy_hash.rb', line 6

def initialize(hash)
  @hash = hash
end

Instance Method Details

#get_hashString

Returns hash.

Returns:

  • (String)

    hash



11
12
13
# File 'lib/entity/deploy_hash.rb', line 11

def get_hash
  @hash
end