class ApiSketch::Model::Header

Attributes

example[RW]
required[RW]
value[RW]

Public Instance Methods

example_value() click to toggle source
# File lib/api_sketch/model/header.rb, line 4
def example_value
  self.example.respond_to?(:call) ? self.example.call : self.example
end