class DTK::Client::Project

Public Class Methods

pretty_print_cols() click to toggle source
# File lib/commands/thor/project.rb, line 21
def self.pretty_print_cols()
  PPColumns.get(:project)
end

Public Instance Methods

list(context_params) click to toggle source
# File lib/commands/thor/project.rb, line 26
def list(context_params)
  search_hash = SearchHash.new()
  search_hash.cols = pretty_print_cols()
  post rest_url("project/list"), search_hash.post_body_hash()
end