Class: BigMarkerClient::Models::Handout

Inherits:
Base
  • Object
show all
Defined in:
lib/big_marker_client/models/handout.rb

Instance Attribute Summary collapse

Method Summary

Methods inherited from Base

#initialize, #to_h

Constructor Details

This class inherits a constructor from BigMarkerClient::Models::Base

Instance Attribute Details

#contentObject

Returns the value of attribute content.



4
5
6
# File 'lib/big_marker_client/models/handout.rb', line 4

def content
  @content
end

#emailObject

Returns the value of attribute email.



4
5
6
# File 'lib/big_marker_client/models/handout.rb', line 4

def email
  @email
end

#source_fromObject

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

#timestampObject

Returns the value of attribute timestamp.



5
6
7
# File 'lib/big_marker_client/models/handout.rb', line 5

def timestamp
  @timestamp
end

#typeObject

Returns the value of attribute type.



4
5
6
# File 'lib/big_marker_client/models/handout.rb', line 4

def type
  @type
end