Class: Insika::ContactStore::Cell

Inherits:
Data
  • Object
show all
Defined in:
lib/insika/contact_store.rb

Instance Attribute Summary collapse

Instance Attribute Details

#last_outbound_atObject (readonly)

Returns the value of attribute last_outbound_at

Returns:

  • (Object)

    the current value of last_outbound_at



25
26
27
# File 'lib/insika/contact_store.rb', line 25

def last_outbound_at
  @last_outbound_at
end

#sends_without_replyObject (readonly)

Returns the value of attribute sends_without_reply

Returns:

  • (Object)

    the current value of sends_without_reply



25
26
27
# File 'lib/insika/contact_store.rb', line 25

def sends_without_reply
  @sends_without_reply
end

#stateObject (readonly)

Returns the value of attribute state

Returns:

  • (Object)

    the current value of state



25
26
27
# File 'lib/insika/contact_store.rb', line 25

def state
  @state
end

#updated_atObject (readonly)

Returns the value of attribute updated_at

Returns:

  • (Object)

    the current value of updated_at



25
26
27
# File 'lib/insika/contact_store.rb', line 25

def updated_at
  @updated_at
end