Class: Magento::Country

Inherits:
Abstract show all
Defined in:
lib/country.rb

Instance Attribute Summary

Attributes inherited from Abstract

#attributes

Class Method Summary collapse

Methods inherited from Abstract

commit, connect, first, #initialize, #method_missing, #object_attributes=

Constructor Details

This class inherits a constructor from Magento::Abstract

Dynamic Method Handling

This class handles dynamic methods through the method_missing method in the class Magento::Abstract

Class Method Details

.listObject



4
5
6
7
# File 'lib/country.rb', line 4

def self.list
  connect
  @connection.call("country.list")
end