class ApplicationResponder

Public Instance Methods

to_json() click to toggle source
# File lib/application_responder.rb, line 10
def to_json
  custom_merge_and_render :occi_json
end
Also aliased as: to_occi_json
to_occi_header() click to toggle source
# File lib/application_responder.rb, line 2
def to_occi_header
  custom_merge_and_render :occi_header
end
to_occi_json()
Alias for: to_json
to_occi_xml()
Alias for: to_xml
to_text() click to toggle source
# File lib/application_responder.rb, line 6
def to_text
  custom_merge_and_render :text
end
to_uri_list() click to toggle source
# File lib/application_responder.rb, line 20
def to_uri_list
  custom_merge_and_render :uri_list
end
to_xml() click to toggle source
# File lib/application_responder.rb, line 15
def to_xml
  custom_merge_and_render :occi_xml
end
Also aliased as: to_occi_xml