Class: Glib::DummyJobApplication

Inherits:
Object
  • Object
show all
Includes:
ActiveModel::AttributeMethods, ActiveModel::Model, ActiveModel::Validations
Defined in:
app/models/glib/dummy_job_application.rb

Instance Attribute Summary collapse

Instance Attribute Details

#acceptObject

Returns the value of attribute accept.



7
8
9
# File 'app/models/glib/dummy_job_application.rb', line 7

def accept
  @accept
end

#ageObject

Returns the value of attribute age.



7
8
9
# File 'app/models/glib/dummy_job_application.rb', line 7

def age
  @age
end

#nameObject

Returns the value of attribute name.



7
8
9
# File 'app/models/glib/dummy_job_application.rb', line 7

def name
  @name
end

#pet_you_haveObject

Returns the value of attribute pet_you_have.



7
8
9
# File 'app/models/glib/dummy_job_application.rb', line 7

def pet_you_have
  @pet_you_have
end

#positionObject

Returns the value of attribute position.



7
8
9
# File 'app/models/glib/dummy_job_application.rb', line 7

def position
  @position
end

#wordsObject

Returns the value of attribute words.



7
8
9
# File 'app/models/glib/dummy_job_application.rb', line 7

def words
  @words
end