Class: VcsClient::Phone

Inherits:
Basement show all
Defined in:
lib/objects/phone.rb

Instance Attribute Summary collapse

Method Summary

Methods inherited from Basement

#initialize

Constructor Details

This class inherits a constructor from VcsClient::Basement

Instance Attribute Details

#numberObject

Returns the value of attribute number.



4
5
6
# File 'lib/objects/phone.rb', line 4

def number
  @number
end

#typeObject

Returns the value of attribute type.



4
5
6
# File 'lib/objects/phone.rb', line 4

def type
  @type
end