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

#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