Class: CrossOrigen::XMLDoc::CreationInfo

Inherits:
Struct
  • Object
show all
Defined in:
lib/cross_origen/xml_doc.rb

Instance Attribute Summary collapse

Instance Attribute Details

#authorObject

Returns the value of attribute author

Returns:

  • (Object)

    the current value of author



8
9
10
# File 'lib/cross_origen/xml_doc.rb', line 8

def author
  @author
end

#dateObject

Returns the value of attribute date

Returns:

  • (Object)

    the current value of date



8
9
10
# File 'lib/cross_origen/xml_doc.rb', line 8

def date
  @date
end

#revisionObject

Returns the value of attribute revision

Returns:

  • (Object)

    the current value of revision



8
9
10
# File 'lib/cross_origen/xml_doc.rb', line 8

def revision
  @revision
end

#sourceObject

Returns the value of attribute source

Returns:

  • (Object)

    the current value of source



8
9
10
# File 'lib/cross_origen/xml_doc.rb', line 8

def source
  @source
end