Class: SignatureWithCommentMapper

Inherits:
Object
  • Object
show all
Includes:
XmlSchemaMapper
Defined in:
app/mappers/signature_with_comment_mapper.rb

Instance Attribute Summary collapse

Instance Attribute Details

#commentNOTEmptyString

minOccurs: 0, maxOccurs: 1

Returns:

  • (NOTEmptyString)


13
14
15
# File 'app/mappers/signature_with_comment_mapper.rb', line 13

def comment
  @comment
end

#signatureSignatureTypeMapper

minOccurs: 1, maxOccurs: 1

Returns:



10
11
12
# File 'app/mappers/signature_with_comment_mapper.rb', line 10

def signature
  @signature
end