Class: Pandarus::TurnitinSettings

Inherits:
ModelBase
  • Object
show all
Defined in:
lib/pandarus/models/turnitin_settings.rb

Instance Attribute Summary collapse

Class Method Summary collapse

Methods inherited from ModelBase

#assign, #attr, #has_attr?, #initialize, #inspect, #to_body, #vivify

Constructor Details

This class inherits a constructor from Pandarus::ModelBase

Instance Attribute Details

#exclude_biblioObject

Returns the value of attribute exclude_biblio.



6
7
8
# File 'lib/pandarus/models/turnitin_settings.rb', line 6

def exclude_biblio
  @exclude_biblio
end

#exclude_quotedObject

Returns the value of attribute exclude_quoted.



6
7
8
# File 'lib/pandarus/models/turnitin_settings.rb', line 6

def exclude_quoted
  @exclude_quoted
end

#exclude_small_matches_typeObject

Returns the value of attribute exclude_small_matches_type.



6
7
8
# File 'lib/pandarus/models/turnitin_settings.rb', line 6

def exclude_small_matches_type
  @exclude_small_matches_type
end

#exclude_small_matches_valueObject

Returns the value of attribute exclude_small_matches_value.



6
7
8
# File 'lib/pandarus/models/turnitin_settings.rb', line 6

def exclude_small_matches_value
  @exclude_small_matches_value
end

#internet_checkObject

Returns the value of attribute internet_check.



6
7
8
# File 'lib/pandarus/models/turnitin_settings.rb', line 6

def internet_check
  @internet_check
end

#journal_checkObject

Returns the value of attribute journal_check.



6
7
8
# File 'lib/pandarus/models/turnitin_settings.rb', line 6

def journal_check
  @journal_check
end

#originality_report_visibilityObject

Returns the value of attribute originality_report_visibility.



6
7
8
# File 'lib/pandarus/models/turnitin_settings.rb', line 6

def originality_report_visibility
  @originality_report_visibility
end

#s_paper_checkObject

Returns the value of attribute s_paper_check.



6
7
8
# File 'lib/pandarus/models/turnitin_settings.rb', line 6

def s_paper_check
  @s_paper_check
end

Class Method Details

.attribute_mapObject



9
10
11
12
13
14
15
16
17
18
19
20
21
# File 'lib/pandarus/models/turnitin_settings.rb', line 9

def self.attribute_map
  {
    :originality_report_visibility => {:external => "originality_report_visibility", :container => false, :type => "String"},
    :s_paper_check => {:external => "s_paper_check", :container => false, :type => nil},
    :internet_check => {:external => "internet_check", :container => false, :type => nil},
    :journal_check => {:external => "journal_check", :container => false, :type => nil},
    :exclude_biblio => {:external => "exclude_biblio", :container => false, :type => nil},
    :exclude_quoted => {:external => "exclude_quoted", :container => false, :type => nil},
    :exclude_small_matches_type => {:external => "exclude_small_matches_type", :container => false, :type => "String"},
    :exclude_small_matches_value => {:external => "exclude_small_matches_value", :container => false, :type => "Integer"}

  }
end