Class: ByteArray
- Inherits:
-
PropertyType
- Object
- PropertyType
- ByteArray
- Defined in:
- lib/metarecord/properties.rb
Instance Method Summary collapse
- #default_name ⇒ Object
-
#initialize(parent) ⇒ ByteArray
constructor
A new instance of ByteArray.
Methods inherited from PropertyType
#name, #parameter_type, #pass_by_const_reference?
Constructor Details
Instance Method Details
#default_name ⇒ Object
67 68 69 |
# File 'lib/metarecord/properties.rb', line 67 def default_name "std::string" end |