Method: OpenBD::Contents#contents

Defined in:
lib/open_bd/contents.rb

#contentsObject



9
10
11
12
13
14
# File 'lib/open_bd/contents.rb', line 9

def contents
  value = source.find { |x| x["TextType"] == "02" }
  if !value.nil?
    value["Text"]
  end
end