class Formio::Record::Nil

Public Class Methods

new() click to toggle source
# File lib/formio/record.rb, line 50
def initialize
  @_id = @id = nil
  @form_id = nil
  @formio_hash = {data: {}}.with_indifferent_access
  @form_name = nil
  @created_at = nil
  @updated_at = nil
end

Public Instance Methods

present?() click to toggle source
# File lib/formio/record.rb, line 59
def present?
  false
end