Class: Draisine::Poller::Result

Inherits:
Struct
  • Object
show all
Defined in:
lib/draisine/poller.rb

Instance Attribute Summary collapse

Instance Attribute Details

#created_countObject

Returns the value of attribute created_count

Returns:

  • (Object)

    the current value of created_count



3
4
5
# File 'lib/draisine/poller.rb', line 3

def created_count
  @created_count
end

#deleted_countObject

Returns the value of attribute deleted_count

Returns:

  • (Object)

    the current value of deleted_count



3
4
5
# File 'lib/draisine/poller.rb', line 3

def deleted_count
  @deleted_count
end

#updated_countObject

Returns the value of attribute updated_count

Returns:

  • (Object)

    the current value of updated_count



3
4
5
# File 'lib/draisine/poller.rb', line 3

def updated_count
  @updated_count
end