Class: Redmine::Views::Builders::Json

Inherits:
Structure
  • Object
show all
Defined in:
lib/redmine/views/builders/json.rb

Instance Method Summary collapse

Methods inherited from Structure

#array, #initialize, #method_missing

Constructor Details

This class inherits a constructor from Redmine::Views::Builders::Structure

Dynamic Method Handling

This class handles dynamic methods through the method_missing method in the class Redmine::Views::Builders::Structure

Instance Method Details

#outputObject



24
25
26
# File 'lib/redmine/views/builders/json.rb', line 24

def output
  @struct.first.to_json
end