class AwesomeXML::Duration::NoFormatProvided

Public Class Methods

new() click to toggle source
Calls superclass method
# File lib/awesome_xml/types/duration.rb, line 49
def initialize
  super('Please provide a format option to duration nodes.')
end