Methods

Class/Module Index [+]

Quicksearch

Origami::Annotation::Markup

Public Class Methods

included(receiver) click to toggle source
# File lib/origami/annotations.rb, line 184
def self.included(receiver)
  receiver.field    :T,             :Type => String, :Version => "1.1"
  receiver.field    :Popup,         :Type => Dictionary, :Version => "1.3"
  receiver.field    :CA,            :Type => Number, :Default => 1.0, :Version => "1.4"
  receiver.field    :RC,            :Type => [String, Stream], :Version => "1.5"
  receiver.field    :CreationDate,  :Type => String, :Version => "1.5"
  receiver.field    :IRT,           :Type => Dictionary, :Version => "1.5"
  receiver.field    :Subj,          :Type => String, :Version  => "1.5"
  receiver.field    :RT,            :Type => Name, :Default => :R, :Version => "1.6"
  receiver.field    :IT,            :Type => Name, :Version => "1.6"
  receiver.field    :ExData,        :Type => Dictionary, :Version => "1.7"
end

[Validate]

Generated with the Darkfish Rdoc Generator 2.