Class: DiffNews::Revision
- Inherits:
-
Struct
- Object
- Struct
- DiffNews::Revision
- Defined in:
- lib/revision.rb
Instance Attribute Summary collapse
-
#provider ⇒ Object
Returns the value of attribute provider.
-
#revision ⇒ Object
Returns the value of attribute revision.
-
#teaser ⇒ Object
Returns the value of attribute teaser.
-
#text ⇒ Object
Returns the value of attribute text.
-
#title ⇒ Object
Returns the value of attribute title.
-
#uuid ⇒ Object
Returns the value of attribute uuid.
Instance Attribute Details
#provider ⇒ Object
Returns the value of attribute provider
6 7 8 |
# File 'lib/revision.rb', line 6 def provider @provider end |
#revision ⇒ Object
Returns the value of attribute revision
6 7 8 |
# File 'lib/revision.rb', line 6 def revision @revision end |
#teaser ⇒ Object
Returns the value of attribute teaser
6 7 8 |
# File 'lib/revision.rb', line 6 def @teaser end |
#text ⇒ Object
Returns the value of attribute text
6 7 8 |
# File 'lib/revision.rb', line 6 def text @text end |
#title ⇒ Object
Returns the value of attribute title
6 7 8 |
# File 'lib/revision.rb', line 6 def title @title end |
#uuid ⇒ Object
Returns the value of attribute uuid
6 7 8 |
# File 'lib/revision.rb', line 6 def uuid @uuid end |