Class: ESortCode::Response::BranchDetails

Inherits:
Base
  • Object
show all
Defined in:
lib/esortcode/response/branch_details.rb

Instance Method Summary collapse

Methods inherited from Base

#error, #error!, #has_error?, #initialize, #invalid_message, #valid?

Constructor Details

This class inherits a constructor from ESortCode::Response::Base

Instance Method Details

#directoryObject Also known as: iscd



4
5
6
# File 'lib/esortcode/response/branch_details.rb', line 4

def directory
  @directory ||= ESortCode::IndustrySortCodeDirectory.new(@xml)
end