Class: Datasets::HouseOfCouncillor::Question
- Inherits:
-
Struct
- Object
- Struct
- Datasets::HouseOfCouncillor::Question
- Defined in:
- lib/datasets/house-of-councillor.rb
Instance Attribute Summary collapse
-
#answer_for_text_html_url ⇒ Object
Returns the value of attribute answer_for_text_html_url.
-
#answer_for_text_pdf_url ⇒ Object
Returns the value of attribute answer_for_text_pdf_url.
-
#notes ⇒ Object
Returns the value of attribute notes.
-
#number_of_submissions ⇒ Object
Returns the value of attribute number_of_submissions.
-
#question_for_text_html_url ⇒ Object
Returns the value of attribute question_for_text_html_url.
-
#question_for_text_pdf_url ⇒ Object
Returns the value of attribute question_for_text_pdf_url.
-
#question_url ⇒ Object
Returns the value of attribute question_url.
-
#received_answer_on ⇒ Object
Returns the value of attribute received_answer_on.
-
#submit_number ⇒ Object
Returns the value of attribute submit_number.
-
#submit_time ⇒ Object
Returns the value of attribute submit_time.
-
#submitted_on ⇒ Object
Returns the value of attribute submitted_on.
-
#submitter ⇒ Object
Returns the value of attribute submitter.
-
#title ⇒ Object
Returns the value of attribute title.
-
#transfered_on ⇒ Object
Returns the value of attribute transfered_on.
Instance Attribute Details
#answer_for_text_html_url ⇒ Object
Returns the value of attribute answer_for_text_html_url
81 82 83 |
# File 'lib/datasets/house-of-councillor.rb', line 81 def answer_for_text_html_url @answer_for_text_html_url end |
#answer_for_text_pdf_url ⇒ Object
Returns the value of attribute answer_for_text_pdf_url
81 82 83 |
# File 'lib/datasets/house-of-councillor.rb', line 81 def answer_for_text_pdf_url @answer_for_text_pdf_url end |
#notes ⇒ Object
Returns the value of attribute notes
81 82 83 |
# File 'lib/datasets/house-of-councillor.rb', line 81 def notes @notes end |
#number_of_submissions ⇒ Object
Returns the value of attribute number_of_submissions
81 82 83 |
# File 'lib/datasets/house-of-councillor.rb', line 81 def number_of_submissions @number_of_submissions end |
#question_for_text_html_url ⇒ Object
Returns the value of attribute question_for_text_html_url
81 82 83 |
# File 'lib/datasets/house-of-councillor.rb', line 81 def question_for_text_html_url @question_for_text_html_url end |
#question_for_text_pdf_url ⇒ Object
Returns the value of attribute question_for_text_pdf_url
81 82 83 |
# File 'lib/datasets/house-of-councillor.rb', line 81 def question_for_text_pdf_url @question_for_text_pdf_url end |
#question_url ⇒ Object
Returns the value of attribute question_url
81 82 83 |
# File 'lib/datasets/house-of-councillor.rb', line 81 def question_url @question_url end |
#received_answer_on ⇒ Object
Returns the value of attribute received_answer_on
81 82 83 |
# File 'lib/datasets/house-of-councillor.rb', line 81 def received_answer_on @received_answer_on end |
#submit_number ⇒ Object
Returns the value of attribute submit_number
81 82 83 |
# File 'lib/datasets/house-of-councillor.rb', line 81 def submit_number @submit_number end |
#submit_time ⇒ Object
Returns the value of attribute submit_time
81 82 83 |
# File 'lib/datasets/house-of-councillor.rb', line 81 def submit_time @submit_time end |
#submitted_on ⇒ Object
Returns the value of attribute submitted_on
81 82 83 |
# File 'lib/datasets/house-of-councillor.rb', line 81 def submitted_on @submitted_on end |
#submitter ⇒ Object
Returns the value of attribute submitter
81 82 83 |
# File 'lib/datasets/house-of-councillor.rb', line 81 def submitter @submitter end |
#title ⇒ Object
Returns the value of attribute title
81 82 83 |
# File 'lib/datasets/house-of-councillor.rb', line 81 def title @title end |
#transfered_on ⇒ Object
Returns the value of attribute transfered_on
81 82 83 |
# File 'lib/datasets/house-of-councillor.rb', line 81 def transfered_on @transfered_on end |