Class: Rocksky::Generated::ShoutRecord

Inherits:
Struct
  • Object
show all
Defined in:
lib/rocksky/generated/types.rb

Instance Attribute Summary collapse

Instance Attribute Details

#createdAtObject

Returns the value of attribute createdAt

Returns:

  • (Object)

    the current value of createdAt



193
194
195
# File 'lib/rocksky/generated/types.rb', line 193

def createdAt
  @createdAt
end

#messageObject

Returns the value of attribute message

Returns:

  • (Object)

    the current value of message



193
194
195
# File 'lib/rocksky/generated/types.rb', line 193

def message
  @message
end

#parentObject

Returns the value of attribute parent

Returns:

  • (Object)

    the current value of parent



193
194
195
# File 'lib/rocksky/generated/types.rb', line 193

def parent
  @parent
end

#subjectObject

Returns the value of attribute subject

Returns:

  • (Object)

    the current value of subject



193
194
195
# File 'lib/rocksky/generated/types.rb', line 193

def subject
  @subject
end