class Ayadn::UserAnnotationObject

Attributes

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

Public Class Methods

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