Class: Crown::FacebookEntry::Response
- Inherits:
-
Struct
- Object
- Struct
- Crown::FacebookEntry::Response
- Defined in:
- lib/crown/facebook/entry.rb
Overview
——————————————————————- #
structures
——————————————————————- #
Instance Attribute Summary collapse
-
#click ⇒ Object
Returns the value of attribute click.
-
#comment ⇒ Object
Returns the value of attribute comment.
-
#commentsbox ⇒ Object
Returns the value of attribute commentsbox.
-
#like ⇒ Object
Returns the value of attribute like.
-
#share ⇒ Object
Returns the value of attribute share.
-
#total ⇒ Object
Returns the value of attribute total.
Instance Attribute Details
#click ⇒ Object
Returns the value of attribute click
48 49 50 |
# File 'lib/crown/facebook/entry.rb', line 48 def click @click end |
#comment ⇒ Object
Returns the value of attribute comment
48 49 50 |
# File 'lib/crown/facebook/entry.rb', line 48 def comment @comment end |
#commentsbox ⇒ Object
Returns the value of attribute commentsbox
48 49 50 |
# File 'lib/crown/facebook/entry.rb', line 48 def commentsbox @commentsbox end |
#like ⇒ Object
Returns the value of attribute like
48 49 50 |
# File 'lib/crown/facebook/entry.rb', line 48 def like @like end |
#share ⇒ Object
Returns the value of attribute share
48 49 50 |
# File 'lib/crown/facebook/entry.rb', line 48 def share @share end |
#total ⇒ Object
Returns the value of attribute total
48 49 50 |
# File 'lib/crown/facebook/entry.rb', line 48 def total @total end |