Class: Agendrix::Nethris::Address

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

Constant Summary collapse

FIELDS =
[
  "ADDRESS_TYPE",
  "ADDRESS_STREET",
  "ADDRESS_CITY",
  "PROVINCE_CODE",
  "POSTAL_CODE",
  "POSTAL_ZIP"
].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