Class: Fetchable::Decorator

Inherits:
SimpleDelegator
  • Object
show all
Includes:
Fetchable
Defined in:
lib/fetchable/decorator.rb

Constant Summary

Constants included from Fetchable

NO_DEFAULT_GIVEN, VERSION

Instance Method Summary collapse

Methods included from Fetchable

#fetch

Instance Method Details

#[](asd) ⇒ Object



7
8
9
# File 'lib/fetchable/decorator.rb', line 7

def [](asd)
  __getobj__[asd]
end