Class: Moguro::Decorator::CONTRACT_CONTAINER

Inherits:
Struct
  • Object
show all
Defined in:
lib/moguro/decorator.rb

Overview

Since:

  • 0.0.1

Instance Attribute Summary collapse

Instance Attribute Details

#postObject

Returns the value of attribute post

Returns:

  • (Object)

    the current value of post



11
12
13
# File 'lib/moguro/decorator.rb', line 11

def post
  @post
end

#preObject

Returns the value of attribute pre

Returns:

  • (Object)

    the current value of pre



11
12
13
# File 'lib/moguro/decorator.rb', line 11

def pre
  @pre
end