Class: Draisine::Poller::Result
- Inherits:
-
Struct
- Object
- Struct
- Draisine::Poller::Result
- Defined in:
- lib/draisine/poller.rb
Instance Attribute Summary collapse
-
#created_count ⇒ Object
Returns the value of attribute created_count.
-
#deleted_count ⇒ Object
Returns the value of attribute deleted_count.
-
#updated_count ⇒ Object
Returns the value of attribute updated_count.
Instance Attribute Details
#created_count ⇒ Object
Returns the value of attribute created_count
3 4 5 |
# File 'lib/draisine/poller.rb', line 3 def created_count @created_count end |
#deleted_count ⇒ Object
Returns the value of attribute deleted_count
3 4 5 |
# File 'lib/draisine/poller.rb', line 3 def deleted_count @deleted_count end |
#updated_count ⇒ Object
Returns the value of attribute updated_count
3 4 5 |
# File 'lib/draisine/poller.rb', line 3 def updated_count @updated_count end |