Class: Bible270::Comment::ThreadPage
- Inherits:
-
Struct
- Object
- Struct
- Bible270::Comment::ThreadPage
- Defined in:
- app/models/bible270/comment.rb
Instance Attribute Summary collapse
-
#activity_by_id ⇒ Object
Returns the value of attribute activity_by_id.
-
#page ⇒ Object
Returns the value of attribute page.
-
#pages ⇒ Object
Returns the value of attribute pages.
-
#threads ⇒ Object
Returns the value of attribute threads.
-
#total ⇒ Object
Returns the value of attribute total.
Instance Attribute Details
#activity_by_id ⇒ Object
Returns the value of attribute activity_by_id
14 15 16 |
# File 'app/models/bible270/comment.rb', line 14 def activity_by_id @activity_by_id end |
#page ⇒ Object
Returns the value of attribute page
14 15 16 |
# File 'app/models/bible270/comment.rb', line 14 def page @page end |
#pages ⇒ Object
Returns the value of attribute pages
14 15 16 |
# File 'app/models/bible270/comment.rb', line 14 def pages @pages end |
#threads ⇒ Object
Returns the value of attribute threads
14 15 16 |
# File 'app/models/bible270/comment.rb', line 14 def threads @threads end |
#total ⇒ Object
Returns the value of attribute total
14 15 16 |
# File 'app/models/bible270/comment.rb', line 14 def total @total end |