Class: Rubyang::Database::SchemaTree::EmptyType

Inherits:
Type
  • Object
show all
Defined in:
lib/rubyang/database/schema_tree.rb

Instance Attribute Summary

Attributes inherited from Type

#arg

Instance Method Summary collapse

Constructor Details

#initializeEmptyType

Returns a new instance of EmptyType.



192
193
194
# File 'lib/rubyang/database/schema_tree.rb', line 192

def initialize
  @arg = 'empty'
end

Instance Method Details

#valid?Boolean

Returns:

  • (Boolean)


195
196
197
198
# File 'lib/rubyang/database/schema_tree.rb', line 195

def valid?
  result = true
  result
end