Class: Agendrix::Nethris::PhoneNumber

Inherits:
Entity
  • Object
show all
Defined in:
lib/agendrix/nethris/entities/phone_number.rb

Defined Under Namespace

Modules: Type

Constant Summary collapse

FIELDS =
[
  "AREA_CODE",
  "PHONE_TYPE",
  "PHONE_NUMBER",
  "EXT_NUMBER"
].freeze

Method Summary

Methods inherited from Entity

#initialize, #inspect, #method_missing, #respond_to_missing?

Constructor Details

This class inherits a constructor from Agendrix::Nethris::Entity

Dynamic Method Handling

This class handles dynamic methods through the method_missing method in the class Agendrix::Nethris::Entity