Class: RubynCode::Megaplan::InterviewSession::Question
- Inherits:
-
Data
- Object
- Data
- RubynCode::Megaplan::InterviewSession::Question
- Defined in:
- lib/rubyn_code/megaplan/interview_session.rb
Instance Attribute Summary collapse
-
#id ⇒ Object
readonly
Returns the value of attribute id.
-
#options ⇒ Object
readonly
Returns the value of attribute options.
-
#text ⇒ Object
readonly
Returns the value of attribute text.
Instance Method Summary collapse
Instance Attribute Details
#id ⇒ Object (readonly)
Returns the value of attribute id
30 31 32 |
# File 'lib/rubyn_code/megaplan/interview_session.rb', line 30 def id @id end |
#options ⇒ Object (readonly)
Returns the value of attribute options
30 31 32 |
# File 'lib/rubyn_code/megaplan/interview_session.rb', line 30 def @options end |
#text ⇒ Object (readonly)
Returns the value of attribute text
30 31 32 |
# File 'lib/rubyn_code/megaplan/interview_session.rb', line 30 def text @text end |
Instance Method Details
#open? ⇒ Boolean
31 |
# File 'lib/rubyn_code/megaplan/interview_session.rb', line 31 def open? = .nil? || .empty? |