Methods

Class/Module Index [+]

Quicksearch

Origami::Function

Public Class Methods

included(receiver) click to toggle source
# File lib/origami/functions.rb, line 38
def self.included(receiver)
  receiver.field  :FunctionType,  :Type => Integer, :Required => true
  receiver.field  :Domain,        :Type => Array, :Required => true
  receiver.field  :Range,         :Type => Array
end

[Validate]

Generated with the Darkfish Rdoc Generator 2.