Class: Faat::Services::Base

Inherits:
FaatObject show all
Defined in:
lib/faat/services/base.rb

Overview

base class for Faat::Services

Instance Method Summary collapse

Methods inherited from FaatObject

#method_missing, method_missing, #respond_to_missing?, respond_to_missing?

Constructor Details

#initialize(resource) ⇒ Base

Returns a new instance of Base.



8
9
10
# File 'lib/faat/services/base.rb', line 8

def initialize(resource)
  super(resource)
end

Dynamic Method Handling

This class handles dynamic methods through the method_missing method in the class Faat::FaatObject