Skip to content

Instantly share code, notes, and snippets.

@r00takaspin
Last active April 10, 2017 10:17
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save r00takaspin/40ef3260f7a7a2939ba4bc1da844b18c to your computer and use it in GitHub Desktop.
Save r00takaspin/40ef3260f7a7a2939ba4bc1da844b18c to your computer and use it in GitHub Desktop.
create_project = ::Panels::Prodege::Client::Requests::CreateProject
request = create_project.new(
project_id,
country_id: country_id,
project_url: project_url,
cpi: cpi,
loi: loi,
project_name: project_name
)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment