class Ayadn::PostAnnotationObject

Attributes

input[R]
type[R]
value[R]

Public Class Methods

new(hash) click to toggle source
# File lib/ayadn/post_object.rb, line 77
def initialize hash
  @input = hash
  @type = @input["type"]
  @value = @input["value"]
end