lib/txtextcontrol/reportingcloud/template.rb in txtextcontrol-reportingcloud-1.0.0 vs lib/txtextcontrol/reportingcloud/template.rb in txtextcontrol-reportingcloud-1.0.1

- old
+ new

@@ -14,9 +14,10 @@ require 'date' module TXTextControl module ReportingCloud + # Holds information about a template in the template storage. # @attr_reader template_name [String] The template file name. # @attr_reader modified [DateTime] The date and time the template file was # last modified. # @attr_reader size [Integer] The size of the template file in bytes. # @author Thorsten Kummerow (@thomerow) \ No newline at end of file