Method: FormAPI::PendingTemplate#to_s

Defined in:
lib/form_api/models/pending_template.rb

#to_sString

Returns the string representation of the object

Returns:

  • (String)

    String presentation of the object



285
286
287
# File 'lib/form_api/models/pending_template.rb', line 285

def to_s
  to_hash.to_s
end