Class: NPR::PullQuote

Inherits:
Content show all
Defined in:
lib/rubynpr/pull_quote.rb

Instance Attribute Summary collapse

Method Summary

Methods inherited from Content

#initialize

Constructor Details

This class inherits a constructor from NPR::Content

Instance Attribute Details

#dateObject

Returns the value of attribute date.



3
4
5
# File 'lib/rubynpr/pull_quote.rb', line 3

def date
  @date
end

#idObject

Returns the value of attribute id.



3
4
5
# File 'lib/rubynpr/pull_quote.rb', line 3

def id
  @id
end

#personObject

Returns the value of attribute person.



3
4
5
# File 'lib/rubynpr/pull_quote.rb', line 3

def person
  @person
end

#textObject

Returns the value of attribute text.



3
4
5
# File 'lib/rubynpr/pull_quote.rb', line 3

def text
  @text
end