Class: BCL::ProvStruct
- Inherits:
-
Struct
- Object
- Struct
- BCL::ProvStruct
- Defined in:
- lib/bcl/base_xml.rb
Instance Attribute Summary collapse
-
#author ⇒ Object
Returns the value of attribute author.
-
#comment ⇒ Object
Returns the value of attribute comment.
-
#datetime ⇒ Object
Returns the value of attribute datetime.
Instance Attribute Details
#author ⇒ Object
Returns the value of attribute author
11 12 13 |
# File 'lib/bcl/base_xml.rb', line 11 def @author end |
#comment ⇒ Object
Returns the value of attribute comment
11 12 13 |
# File 'lib/bcl/base_xml.rb', line 11 def comment @comment end |
#datetime ⇒ Object
Returns the value of attribute datetime
11 12 13 |
# File 'lib/bcl/base_xml.rb', line 11 def datetime @datetime end |