class Sekken::XS::Annotation

Public Instance Methods

collect_attributes(memo = []) click to toggle source

stop searching for attributes

# File lib/sekken/xs/types.rb, line 224
def collect_attributes(memo = [])
  memo
end
collect_child_elements(memo = []) click to toggle source

stop searching for child elements

# File lib/sekken/xs/types.rb, line 229
def collect_child_elements(memo = [])
  memo
end