Class: Allorails::PhoneNumber

Inherits:
Base show all
Defined in:
lib/allorails/response/model.rb

Overview

Class providing object mapping of a phone number item

Instance Attribute Summary

Attributes inherited from Response::ApiMappingResponse

#xml

Instance Method Summary collapse

Methods inherited from Base

#initialize

Methods inherited from Response::ApiMappingResponse

#_verify, attribute_reader, #initialize, node_reader

Methods inherited from Response::ApiResponse

#_verify, #initialize

Constructor Details

This class inherits a constructor from Allorails::Base

Instance Method Details

#descriptionObject

Provides the description of the phone number

@return (string) description


153
# File 'lib/allorails/response/model.rb', line 153

node_reader :description

#valueObject

Provides the phone number

@return (string) phone number


149
# File 'lib/allorails/response/model.rb', line 149

attribute_reader :value