Class: Oneview::Entity::Phone

Inherits:
Base
  • Object
show all
Defined in:
lib/oneview/entity/phone.rb

Instance Attribute Summary collapse

Method Summary

Methods inherited from Base

#as_parameter

Instance Attribute Details

#area_codeObject

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_codeObject

Returns the value of attribute country_code.



6
7
8
# File 'lib/oneview/entity/phone.rb', line 6

def country_code
  @country_code
end

#idObject

Returns the value of attribute id.



6
7
8
# File 'lib/oneview/entity/phone.rb', line 6

def id
  @id
end

#numberObject

Returns the value of attribute number.



6
7
8
# File 'lib/oneview/entity/phone.rb', line 6

def number
  @number
end