Class: Synacrb::Common::MessageList

Inherits:
Struct
  • Object
show all
Defined in:
lib/synacrb/common.rb

Instance Attribute Summary collapse

Instance Attribute Details

#afterObject

Returns the value of attribute after

Returns:

  • (Object)

    the current value of after



52
53
54
# File 'lib/synacrb/common.rb', line 52

def after
  @after
end

#beforeObject

Returns the value of attribute before

Returns:

  • (Object)

    the current value of before



52
53
54
# File 'lib/synacrb/common.rb', line 52

def before
  @before
end

#channelObject

Returns the value of attribute channel

Returns:

  • (Object)

    the current value of channel



52
53
54
# File 'lib/synacrb/common.rb', line 52

def channel
  @channel
end

#limitObject

Returns the value of attribute limit

Returns:

  • (Object)

    the current value of limit



52
53
54
# File 'lib/synacrb/common.rb', line 52

def limit
  @limit
end