Class: MockPage
- Inherits:
-
Object
- Object
- MockPage
- Defined in:
- app/models/revision_test.rb
Instance Attribute Summary collapse
-
#revisions ⇒ Object
Returns the value of attribute revisions.
-
#web ⇒ Object
Returns the value of attribute web.
Instance Method Summary collapse
Instance Attribute Details
#revisions ⇒ Object
Returns the value of attribute revisions.
14 15 16 |
# File 'app/models/revision_test.rb', line 14 def revisions @revisions end |
#web ⇒ Object
Returns the value of attribute web.
14 15 16 |
# File 'app/models/revision_test.rb', line 14 def web @web end |
Instance Method Details
#name ⇒ Object
15 |
# File 'app/models/revision_test.rb', line 15 def name() "page" end |