Class: BigMarkerClient::Models::Handout
- Defined in:
- lib/big_marker_client/models/handout.rb
Instance Attribute Summary collapse
-
#content ⇒ Object
Returns the value of attribute content.
-
#email ⇒ Object
Returns the value of attribute email.
-
#source_from ⇒ Object
Returns the value of attribute source_from.
-
#timestamp ⇒ Object
Returns the value of attribute timestamp.
-
#type ⇒ Object
Returns the value of attribute type.
Method Summary
Methods inherited from Base
Constructor Details
This class inherits a constructor from BigMarkerClient::Models::Base
Instance Attribute Details
#content ⇒ Object
Returns the value of attribute content.
4 5 6 |
# File 'lib/big_marker_client/models/handout.rb', line 4 def content @content end |
#email ⇒ Object
Returns the value of attribute email.
4 5 6 |
# File 'lib/big_marker_client/models/handout.rb', line 4 def email @email end |
#source_from ⇒ Object
Returns the value of attribute source_from.
4 5 6 |
# File 'lib/big_marker_client/models/handout.rb', line 4 def source_from @source_from end |
#timestamp ⇒ Object
Returns the value of attribute timestamp.
5 6 7 |
# File 'lib/big_marker_client/models/handout.rb', line 5 def @timestamp end |
#type ⇒ Object
Returns the value of attribute type.
4 5 6 |
# File 'lib/big_marker_client/models/handout.rb', line 4 def type @type end |