Class: Raml::Parameter::FormParameter

Inherits:
AbstractParameter show all
Defined in:
lib/raml/node/parameter/form_parameter.rb

Constant Summary

Constants inherited from AbstractParameter

AbstractParameter::VALID_TYPES

Instance Attribute Summary

Attributes inherited from AbstractParameter

#default, #enum, #example, #max_length, #maximum, #min_length, #minimum, #pattern, #repeat, #required, #type, #types

Attributes included from Raml::Parent

#children

Attributes included from Documentable

#description, #display_name

Attributes inherited from Raml::PropertiesNode

#optional

Attributes inherited from Node

#name, #parent

Method Summary

Methods inherited from AbstractParameter

#has_multiple_types?, #initialize, #merge

Methods included from Merge

#merge, #merge_properties

Methods inherited from Raml::PropertiesNode

#_regexp_property, #initialize, #non_scalar_properties, #scalar_properties

Methods inherited from Node

#initialize

Constructor Details

This class inherits a constructor from Raml::Parameter::AbstractParameter