Class: Gamefic::Proxy::Base
- Inherits:
-
Object
- Object
- Gamefic::Proxy::Base
- Defined in:
- lib/gamefic/proxy/base.rb
Instance Attribute Summary collapse
-
#args ⇒ Object
readonly
Returns the value of attribute args.
Instance Method Summary collapse
- #fetch(narrative) ⇒ Object
-
#initialize(*args) ⇒ Base
constructor
A new instance of Base.
Constructor Details
#initialize(*args) ⇒ Base
Returns a new instance of Base.
8 9 10 |
# File 'lib/gamefic/proxy/base.rb', line 8 def initialize *args @args = args end |
Instance Attribute Details
#args ⇒ Object (readonly)
Returns the value of attribute args.
6 7 8 |
# File 'lib/gamefic/proxy/base.rb', line 6 def args @args end |
Instance Method Details
#fetch(narrative) ⇒ Object
12 |
# File 'lib/gamefic/proxy/base.rb', line 12 def fetch(narrative); end |