class Yade::Project::Rest::Client::MavenBuildTaskClient

maven build task client

Public Class Methods

new() click to toggle source
Calls superclass method
# File lib/yade/project/rest/client/maven_build_task_client.rb, line 19
def initialize
  super('yadeproject', 'maven-build-task', 'Yade::Project::Rest::Model::MavenBuildTask')
end