Class: ApplicationForm

Inherits:
Object
  • Object
show all
Includes:
ActiveModel::Model
Defined in:
app/forms/application_form.rb

Instance Attribute Summary collapse

Instance Method Summary collapse

Instance Attribute Details

#raw_responceObject

attribute :raw_responce, TranslationCms::Api::Base



7
8
9
# File 'app/forms/application_form.rb', line 7

def raw_responce
  @raw_responce
end

Instance Method Details

#persisted?Boolean

Returns:

  • (Boolean)


9
10
11
# File 'app/forms/application_form.rb', line 9

def persisted?
  false
end