Method: Casper::Entity::DeployService#update_header_body_hash

Defined in:
lib/entity/deploy.rb

#update_header_body_hash(body_hash) ⇒ String

Returns the body hash of Deploy header.

Returns:

  • (String)

    the body hash of Deploy header



128
129
130
# File 'lib/entity/deploy.rb', line 128

def update_header_body_hash(body_hash)
  @header.set_body_hash(body_hash)
end