Class: Harkness::TextObject

Inherits:
Shale::Mapper
  • Object
show all
Defined in:
lib/harkness/models/text_object.rb

Overview

A text object.

Instance Attribute Summary collapse

Instance Attribute Details

#languageString (readonly)



11
# File 'lib/harkness/models/text_object.rb', line 11

attribute :language, Shale::Type::String

#textString (readonly)



14
# File 'lib/harkness/models/text_object.rb', line 14

attribute :text, Shale::Type::String

#typeString (readonly)



8
# File 'lib/harkness/models/text_object.rb', line 8

attribute :type, Shale::Type::String