class Raml::Body

Attributes

content_type[RW]
example[RW]
schema[RW]
type[RW]

Public Class Methods

new(content_type) click to toggle source
# File lib/raml/body.rb, line 5
def initialize(content_type)
  @content_type = content_type
end