Class: Glib::DummyJobApplication
- Inherits:
-
Object
- Object
- Glib::DummyJobApplication
- Includes:
- ActiveModel::AttributeMethods, ActiveModel::Model, ActiveModel::Validations
- Defined in:
- app/models/glib/dummy_job_application.rb
Instance Attribute Summary collapse
-
#accept ⇒ Object
Returns the value of attribute accept.
-
#age ⇒ Object
Returns the value of attribute age.
-
#name ⇒ Object
Returns the value of attribute name.
-
#pet_you_have ⇒ Object
Returns the value of attribute pet_you_have.
-
#position ⇒ Object
Returns the value of attribute position.
-
#words ⇒ Object
Returns the value of attribute words.
Instance Attribute Details
#accept ⇒ Object
Returns the value of attribute accept.
7 8 9 |
# File 'app/models/glib/dummy_job_application.rb', line 7 def accept @accept end |
#age ⇒ Object
Returns the value of attribute age.
7 8 9 |
# File 'app/models/glib/dummy_job_application.rb', line 7 def age @age end |
#name ⇒ Object
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_have ⇒ Object
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 |
#position ⇒ Object
Returns the value of attribute position.
7 8 9 |
# File 'app/models/glib/dummy_job_application.rb', line 7 def position @position end |
#words ⇒ Object
Returns the value of attribute words.
7 8 9 |
# File 'app/models/glib/dummy_job_application.rb', line 7 def words @words end |