Class: VcsClient::Phone
Instance Attribute Summary collapse
-
#number ⇒ Object
Returns the value of attribute number.
-
#type ⇒ Object
Returns the value of attribute type.
Method Summary
Methods inherited from Basement
Constructor Details
This class inherits a constructor from VcsClient::Basement
Instance Attribute Details
#number ⇒ Object
Returns the value of attribute number.
4 5 6 |
# File 'lib/objects/phone.rb', line 4 def number @number end |
#type ⇒ Object
Returns the value of attribute type.
4 5 6 |
# File 'lib/objects/phone.rb', line 4 def type @type end |