Project

General

Profile

Actions

Patch #28564

closed

JSON API responses cannot have elements named 'request' or 'response'

Added by Jens Krämer almost 6 years ago. Updated over 5 years ago.

Status:
Closed
Priority:
Normal
Assignee:
Category:
Plugin API
Target version:
Start date:
Due date:
% Done:

0%

Estimated time:

Description

I stumbled upon this while creating a Plugin with an API.

The problem is that Builders::Structure declares attr_accessor :request, :response. As a consequence, these get called instead of Structure#method_missing when doing api.request or api.response in a .rsb template.

This patch adds a test illustrating the problem and replaces the accessors with direct instance variable usage.


Files

Actions #1

Updated by Go MAEDA almost 6 years ago

  • Target version set to Candidate for next minor release
Actions #2

Updated by Go MAEDA almost 6 years ago

  • Category set to REST API
  • Target version changed from Candidate for next minor release to 4.1.0

Setting target version to 4.1.0.

Actions #3

Updated by Go MAEDA over 5 years ago

  • Category changed from REST API to Plugin API
  • Status changed from New to Closed
  • Assignee set to Go MAEDA
  • Target version changed from 4.1.0 to 4.0.0

Committed. Thank you for your contribution.

Actions

Also available in: Atom PDF