Class: Source

Inherits:
Object
  • Object
show all
Includes:
Utils
Defined in:
lib/blanket/source.rb

Instance Method Summary collapse

Methods included from Utils

included, #method_missing, #noop

Constructor Details

#initialize(attributes) ⇒ Source

Returns a new instance of Source.



4
5
6
# File 'lib/blanket/source.rb', line 4

def initialize(attributes)
  @attributes = attributes
end

Dynamic Method Handling

This class handles dynamic methods through the method_missing method in the class Utils