Method: Casper::Entity::DeployService#initialize

Defined in:
lib/entity/deploy.rb

#initializeDeployService

Returns a new instance of DeployService.



76
77
78
79
80
81
82
83
84
# File 'lib/entity/deploy.rb', line 76

def initialize()
  @deploy_hash = ""
  @header = Casper::Entity::DeployHeader.new(h = {})
  @body_hash = ""
  @payment = {} 
  @session = {}
  @approvals = []
  @deploy = Deploy.new(nil, nil, nil, nil, nil)
end