Class: NPR::PullQuote
Instance Attribute Summary collapse
-
#date ⇒ Object
Returns the value of attribute date.
-
#id ⇒ Object
Returns the value of attribute id.
-
#person ⇒ Object
Returns the value of attribute person.
-
#text ⇒ Object
Returns the value of attribute text.
Method Summary
Methods inherited from Content
Constructor Details
This class inherits a constructor from NPR::Content
Instance Attribute Details
#date ⇒ Object
Returns the value of attribute date.
3 4 5 |
# File 'lib/rubynpr/pull_quote.rb', line 3 def date @date end |
#id ⇒ Object
Returns the value of attribute id.
3 4 5 |
# File 'lib/rubynpr/pull_quote.rb', line 3 def id @id end |
#person ⇒ Object
Returns the value of attribute person.
3 4 5 |
# File 'lib/rubynpr/pull_quote.rb', line 3 def person @person end |
#text ⇒ Object
Returns the value of attribute text.
3 4 5 |
# File 'lib/rubynpr/pull_quote.rb', line 3 def text @text end |