class NiwaTextream::Message

Attributes

body[RW]
message_number[RW]
posted_at[RW]

Public Class Methods

new(elem, body, posted_at) click to toggle source
# File lib/niwa_textream/models/message.rb, line 10
def initialize(elem, body, posted_at)
  @elem = elem
  @body = body
  @posted_at = posted_at
end