class BigMarkerClient::Models::Handout
Attributes
content[RW]
email[RW]
source_from[RW]
timestamp[R]
type[RW]
Public Instance Methods
timestamp=(timestamp)
click to toggle source
# File lib/big_marker_client/models/handout.rb, line 7 def timestamp=(timestamp) @timestamp = DateTime.strptime(timestamp, "%m/%d/%Y %H:%M:%S %z") unless timestamp.nil? || timestamp == "" end