Class: Strut::Annotation

Inherits:
Struct
  • Object
show all
Defined in:
lib/strut/annotation.rb

Instance Attribute Summary collapse

Instance Attribute Details

#messageObject

Returns the value of attribute message



6
7
8
# File 'lib/strut/annotation.rb', line 6

def message
  @message
end

#typeObject

Returns the value of attribute type



6
7
8
# File 'lib/strut/annotation.rb', line 6

def type
  @type
end