Class: Magento::CustomerGroups

Inherits:
Abstract
  • Object
show all
Defined in:
lib/customer_groups.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



3
4
5
6
# File 'lib/customer_groups.rb', line 3

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