Class: OracleDB::ObjectAttrInfo
- Inherits:
-
Object
- Object
- OracleDB::ObjectAttrInfo
- Defined in:
- lib/oracledb/info_types.rb,
ext/oracledb/rboradb_info_types.c
Instance Method Summary collapse
Instance Method Details
#name ⇒ Object
139 140 141 |
# File 'lib/oracledb/info_types.rb', line 139 def name @name end |
#to_s ⇒ Object
147 148 149 |
# File 'lib/oracledb/info_types.rb', line 147 def to_s "#{@name} #{@type_info.to_s}" end |
#type_info ⇒ Object
143 144 145 |
# File 'lib/oracledb/info_types.rb', line 143 def type_info @type_info end |