Class: Yahoo::Answers::Question
- Inherits:
-
Struct
- Object
- Struct
- Yahoo::Answers::Question
- Defined in:
- lib/yahoo/answers.rb
Instance Attribute Summary collapse
-
#answer ⇒ Object
Returns the value of attribute answer.
-
#answer_award_timestamp ⇒ Object
Returns the value of attribute answer_award_timestamp.
-
#answer_timestamp ⇒ Object
Returns the value of attribute answer_timestamp.
-
#answerer_id ⇒ Object
Returns the value of attribute answerer_id.
-
#answerer_nick ⇒ Object
Returns the value of attribute answerer_nick.
-
#category ⇒ Object
Returns the value of attribute category.
-
#category_id ⇒ Object
Returns the value of attribute category_id.
-
#content ⇒ Object
Returns the value of attribute content.
-
#date ⇒ Object
Returns the value of attribute date.
-
#id ⇒ Object
Returns the value of attribute id.
-
#link ⇒ Object
Returns the value of attribute link.
-
#num_answers ⇒ Object
Returns the value of attribute num_answers.
-
#num_comments ⇒ Object
Returns the value of attribute num_comments.
-
#subject ⇒ Object
Returns the value of attribute subject.
-
#timestamp ⇒ Object
Returns the value of attribute timestamp.
-
#type ⇒ Object
Returns the value of attribute type.
-
#user_id ⇒ Object
Returns the value of attribute user_id.
-
#user_nick ⇒ Object
Returns the value of attribute user_nick.
-
#user_photo_url ⇒ Object
Returns the value of attribute user_photo_url.
Instance Attribute Details
#answer ⇒ Object
Returns the value of attribute answer
10 11 12 |
# File 'lib/yahoo/answers.rb', line 10 def answer @answer end |
#answer_award_timestamp ⇒ Object
Returns the value of attribute answer_award_timestamp
10 11 12 |
# File 'lib/yahoo/answers.rb', line 10 def @answer_award_timestamp end |
#answer_timestamp ⇒ Object
Returns the value of attribute answer_timestamp
10 11 12 |
# File 'lib/yahoo/answers.rb', line 10 def @answer_timestamp end |
#answerer_id ⇒ Object
Returns the value of attribute answerer_id
10 11 12 |
# File 'lib/yahoo/answers.rb', line 10 def answerer_id @answerer_id end |
#answerer_nick ⇒ Object
Returns the value of attribute answerer_nick
10 11 12 |
# File 'lib/yahoo/answers.rb', line 10 def answerer_nick @answerer_nick end |
#category ⇒ Object
Returns the value of attribute category
10 11 12 |
# File 'lib/yahoo/answers.rb', line 10 def category @category end |
#category_id ⇒ Object
Returns the value of attribute category_id
10 11 12 |
# File 'lib/yahoo/answers.rb', line 10 def category_id @category_id end |
#content ⇒ Object
Returns the value of attribute content
10 11 12 |
# File 'lib/yahoo/answers.rb', line 10 def content @content end |
#date ⇒ Object
Returns the value of attribute date
10 11 12 |
# File 'lib/yahoo/answers.rb', line 10 def date @date end |
#id ⇒ Object
Returns the value of attribute id
10 11 12 |
# File 'lib/yahoo/answers.rb', line 10 def id @id end |
#link ⇒ Object
Returns the value of attribute link
10 11 12 |
# File 'lib/yahoo/answers.rb', line 10 def link @link end |
#num_answers ⇒ Object
Returns the value of attribute num_answers
10 11 12 |
# File 'lib/yahoo/answers.rb', line 10 def num_answers @num_answers end |
#num_comments ⇒ Object
Returns the value of attribute num_comments
10 11 12 |
# File 'lib/yahoo/answers.rb', line 10 def num_comments @num_comments end |
#subject ⇒ Object
Returns the value of attribute subject
10 11 12 |
# File 'lib/yahoo/answers.rb', line 10 def subject @subject end |
#timestamp ⇒ Object
Returns the value of attribute timestamp
10 11 12 |
# File 'lib/yahoo/answers.rb', line 10 def @timestamp end |
#type ⇒ Object
Returns the value of attribute type
10 11 12 |
# File 'lib/yahoo/answers.rb', line 10 def type @type end |
#user_id ⇒ Object
Returns the value of attribute user_id
10 11 12 |
# File 'lib/yahoo/answers.rb', line 10 def user_id @user_id end |
#user_nick ⇒ Object
Returns the value of attribute user_nick
10 11 12 |
# File 'lib/yahoo/answers.rb', line 10 def user_nick @user_nick end |
#user_photo_url ⇒ Object
Returns the value of attribute user_photo_url
10 11 12 |
# File 'lib/yahoo/answers.rb', line 10 def user_photo_url @user_photo_url end |