Sha256: 1ea1ad3f376a22b4df6779940a07bb727fc57e65478f31e42a509a304b65001e

Contents?: true

Size: 251 Bytes

Versions: 16

Compression:

Stored size: 251 Bytes

Contents

# Class AnnotationOption represents structure of options
#
#  option = AnnotationOption.new
#  option.value          # => String
#  option.sub_annotation # => String
#
class AnnotationOption < SuperModel::Base
  attributes :value, :sub_annotation
end

Version data entries

16 entries across 16 versions & 1 rubygems

Version Path
threetaps-client-1.0.14 lib/models/annotations/annotation_option.rb
threetaps-client-1.0.13 lib/models/annotations/annotation_option.rb
threetaps-client-1.0.12 lib/models/annotations/annotation_option.rb
threetaps-client-1.0.11 lib/models/annotations/annotation_option.rb
threetaps-client-1.0.10 lib/models/annotations/annotation_option.rb
threetaps-client-1.0.9 lib/models/annotations/annotation_option.rb
threetaps-client-1.0.8 lib/models/annotations/annotation_option.rb
threetaps-client-1.0.7 lib/models/annotations/annotation_option.rb
threetaps-client-1.0.6 lib/models/annotations/annotation_option.rb
threetaps-client-1.0.5 lib/models/annotations/annotation_option.rb
threetaps-client-1.0.4 lib/models/annotations/annotation_option.rb
threetaps-client-1.0.3 lib/models/annotations/annotation_option.rb
threetaps-client-1.0.2 lib/models/annotations/annotation_option.rb
threetaps-client-1.0.1 lib/models/annotations/annotation_option.rb
threetaps-client-1.0.0 lib/models/annotations/annotation_option.rb
threetaps-client-0.5.1 lib/models/annotations/annotation_option.rb