Class: NicInfo::Tel
- Inherits:
-
Object
- Object
- NicInfo::Tel
- Defined in:
- lib/nicinfo/entity.rb
Instance Attribute Summary collapse
-
#ext ⇒ Object
Returns the value of attribute ext.
-
#number ⇒ Object
Returns the value of attribute number.
-
#type ⇒ Object
Returns the value of attribute type.
Instance Method Summary collapse
-
#initialize ⇒ Tel
constructor
A new instance of Tel.
Constructor Details
#initialize ⇒ Tel
Returns a new instance of Tel.
106 107 108 |
# File 'lib/nicinfo/entity.rb', line 106 def initialize @type = Array.new end |
Instance Attribute Details
#ext ⇒ Object
Returns the value of attribute ext.
105 106 107 |
# File 'lib/nicinfo/entity.rb', line 105 def ext @ext end |
#number ⇒ Object
Returns the value of attribute number.
105 106 107 |
# File 'lib/nicinfo/entity.rb', line 105 def number @number end |
#type ⇒ Object
Returns the value of attribute type.
105 106 107 |
# File 'lib/nicinfo/entity.rb', line 105 def type @type end |