Class: Rubyang::Database::SchemaTree::Type
- Inherits:
-
Object
- Object
- Rubyang::Database::SchemaTree::Type
- Defined in:
- lib/rubyang/database/schema_tree.rb
Overview
end
Direct Known Subclasses
BinaryType, BitsType, BooleanType, Decimal64Type, EmptyType, EnumerationType, Identityref, IntegerType, LeafrefType, StringType, UnionType
Instance Attribute Summary collapse
-
#arg ⇒ Object
readonly
Returns the value of attribute arg.
Instance Attribute Details
#arg ⇒ Object (readonly)
Returns the value of attribute arg.
65 66 67 |
# File 'lib/rubyang/database/schema_tree.rb', line 65 def arg @arg end |