Sha256: 17f1cf25cb250bbf927372822e656b2a8e375b6da226b2d2a923a2f841d52513

Contents?: true

Size: 189 Bytes

Versions: 1

Compression:

Stored size: 189 Bytes

Contents

class Html_gen::Text_ele
  attr_reader :args
  
  def initialize(args)
    @str = args[:str]
  end
  
  #Returns the text that this element holds.
  def str
    return @args[:str]
  end
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
html_gen-0.0.3 lib/html_gen_text_ele.rb