Class: Oneview::Entity::Phone
Instance Attribute Summary collapse
-
#area_code ⇒ Object
Returns the value of attribute area_code.
-
#country_code ⇒ Object
Returns the value of attribute country_code.
-
#id ⇒ Object
Returns the value of attribute id.
-
#number ⇒ Object
Returns the value of attribute number.
Method Summary
Methods inherited from Base
Instance Attribute Details
#area_code ⇒ Object
Returns the value of attribute area_code.
6 7 8 |
# File 'lib/oneview/entity/phone.rb', line 6 def area_code @area_code end |
#country_code ⇒ Object
Returns the value of attribute country_code.
6 7 8 |
# File 'lib/oneview/entity/phone.rb', line 6 def country_code @country_code end |
#id ⇒ Object
Returns the value of attribute id.
6 7 8 |
# File 'lib/oneview/entity/phone.rb', line 6 def id @id end |
#number ⇒ Object
Returns the value of attribute number.
6 7 8 |
# File 'lib/oneview/entity/phone.rb', line 6 def number @number end |