Class: Crown::FacebookEntry::Response

Inherits:
Struct
  • Object
show all
Defined in:
lib/crown/facebook/entry.rb

Overview

——————————————————————- #

structures

——————————————————————- #

Instance Attribute Summary collapse

Instance Attribute Details

#clickObject

Returns the value of attribute click

Returns:

  • (Object)

    the current value of click



48
49
50
# File 'lib/crown/facebook/entry.rb', line 48

def click
  @click
end

#commentObject

Returns the value of attribute comment

Returns:

  • (Object)

    the current value of comment



48
49
50
# File 'lib/crown/facebook/entry.rb', line 48

def comment
  @comment
end

#commentsboxObject

Returns the value of attribute commentsbox

Returns:

  • (Object)

    the current value of commentsbox



48
49
50
# File 'lib/crown/facebook/entry.rb', line 48

def commentsbox
  @commentsbox
end

#likeObject

Returns the value of attribute like

Returns:

  • (Object)

    the current value of like



48
49
50
# File 'lib/crown/facebook/entry.rb', line 48

def like
  @like
end

#shareObject

Returns the value of attribute share

Returns:

  • (Object)

    the current value of share



48
49
50
# File 'lib/crown/facebook/entry.rb', line 48

def share
  @share
end

#totalObject

Returns the value of attribute total

Returns:

  • (Object)

    the current value of total



48
49
50
# File 'lib/crown/facebook/entry.rb', line 48

def total
  @total
end