Class: Basecampx::Message

Inherits:
Resource show all
Defined in:
lib/basecampx/resources/message.rb

Instance Attribute Summary collapse

Method Summary

Methods inherited from Resource

#delete, #initialize, parse, #save, #update_attributes

Methods included from Relations

#has_many, #has_one, #mount

Constructor Details

This class inherits a constructor from Basecampx::Resource

Instance Attribute Details

#contentObject

Returns the value of attribute content.



4
5
6
# File 'lib/basecampx/resources/message.rb', line 4

def content
  @content
end

#created_atObject

Returns the value of attribute created_at.



4
5
6
# File 'lib/basecampx/resources/message.rb', line 4

def created_at
  @created_at
end

#idObject

Returns the value of attribute id.



4
5
6
# File 'lib/basecampx/resources/message.rb', line 4

def id
  @id
end

#subjectObject

Returns the value of attribute subject.



4
5
6
# File 'lib/basecampx/resources/message.rb', line 4

def subject
  @subject
end

#updated_atObject

Returns the value of attribute updated_at.



4
5
6
# File 'lib/basecampx/resources/message.rb', line 4

def updated_at
  @updated_at
end