class WADL::Fault

Attributes

code[RW]
format[RW]
headers[RW]
representation[RW]

Public Class Methods

new(code, headers, representation, format) click to toggle source
# File lib/wadl/fault.rb, line 35
def initialize(code, headers, representation, format)
  @code, @headers, @representation, @format = code, headers, representation, format
end