class Github::Client::Projects::Columns
def get(*args)
- Api: - public
Other tags:
- See: https://developer.github.com/v3/projects/columns/#get-a-project-column -
def get(*args) arguments(args, required: [:column_id]) params = arguments.params params["accept"] ||= ::Github::Client::Projects::PREVIEW_MEDIA get_request("/projects/columns/#{arguments.column_id}", params) end