Class: ANN_Cast

Inherits:
Struct
  • Object
show all
Defined in:
lib/ann_wrapper/ann_objects.rb

Instance Attribute Summary collapse

Instance Attribute Details

#idObject

Returns the value of attribute id

Returns:

  • (Object)

    the current value of id



45
46
47
# File 'lib/ann_wrapper/ann_objects.rb', line 45

def id
  @id
end

#langObject

Returns the value of attribute lang

Returns:

  • (Object)

    the current value of lang



45
46
47
# File 'lib/ann_wrapper/ann_objects.rb', line 45

def lang
  @lang
end

#nameObject

Returns the value of attribute name

Returns:

  • (Object)

    the current value of name



45
46
47
# File 'lib/ann_wrapper/ann_objects.rb', line 45

def name
  @name
end

#roleObject

Returns the value of attribute role

Returns:

  • (Object)

    the current value of role



45
46
47
# File 'lib/ann_wrapper/ann_objects.rb', line 45

def role
  @role
end