Class: Rublox::Models::GroupShout

Inherits:
Object
  • Object
show all
Defined in:
lib/rublox/models/group_shout.rb

Instance Attribute Summary collapse

Instance Attribute Details

#bodyString (readonly)

Returns:



9
10
11
# File 'lib/rublox/models/group_shout.rb', line 9

def body
  @body
end

#createdTime (readonly)

Returns:



13
14
15
# File 'lib/rublox/models/group_shout.rb', line 13

def created
  @created
end

#posterSkinnyUser (readonly)

Returns:



11
12
13
# File 'lib/rublox/models/group_shout.rb', line 11

def poster
  @poster
end

#updatedTime (readonly)

Returns:



15
16
17
# File 'lib/rublox/models/group_shout.rb', line 15

def updated
  @updated
end