Method: Gloo::Objs::Banner#text_value

Defined in:
lib/gloo/objs/cli/banner.rb

#text_valueObject

Get the banner text from the child object.



36
37
38
39
40
41
# File 'lib/gloo/objs/cli/banner.rb', line 36

def text_value
  o = find_child TEXT
  return '' unless o

  return o.value
end