Method: APISpec::Message#array

Defined in:
lib/apispec/message.rb

#array(value) ⇒ Object



24
25
26
# File 'lib/apispec/message.rb', line 24

def array(value)
  @array = value
end