Class: Screencast
Instance Attribute Summary collapse
-
#comments_count ⇒ Object
Returns the value of attribute comments_count.
-
#image ⇒ Object
Returns the value of attribute image.
-
#number ⇒ Object
Returns the value of attribute number.
-
#published_at ⇒ Object
Returns the value of attribute published_at.
-
#title ⇒ Object
Returns the value of attribute title.
Method Summary
Methods inherited from Struct
Instance Attribute Details
#comments_count ⇒ Object
Returns the value of attribute comments_count
18 19 20 |
# File 'lib/railscasts.rb', line 18 def comments_count @comments_count end |
#image ⇒ Object
Returns the value of attribute image
18 19 20 |
# File 'lib/railscasts.rb', line 18 def image @image end |
#number ⇒ Object
Returns the value of attribute number
18 19 20 |
# File 'lib/railscasts.rb', line 18 def number @number end |
#published_at ⇒ Object
Returns the value of attribute published_at
18 19 20 |
# File 'lib/railscasts.rb', line 18 def published_at @published_at end |
#title ⇒ Object
Returns the value of attribute title
18 19 20 |
# File 'lib/railscasts.rb', line 18 def title @title end |