Class: Finexclub::Core
- Inherits:
-
Object
- Object
- Finexclub::Core
- Includes:
- Singleton
- Defined in:
- lib/finexclub/core.rb
Instance Attribute Summary collapse
-
#images ⇒ Object
readonly
Returns the value of attribute images.
-
#signals ⇒ Object
readonly
Returns the value of attribute signals.
Instance Method Summary collapse
- #configure {|_self| ... } ⇒ Object
-
#initialize ⇒ Core
constructor
A new instance of Core.
Constructor Details
Instance Attribute Details
#images ⇒ Object (readonly)
Returns the value of attribute images.
7 8 9 |
# File 'lib/finexclub/core.rb', line 7 def images @images end |
#signals ⇒ Object (readonly)
Returns the value of attribute signals.
8 9 10 |
# File 'lib/finexclub/core.rb', line 8 def signals @signals end |
Instance Method Details
#configure {|_self| ... } ⇒ Object
15 16 17 18 |
# File 'lib/finexclub/core.rb', line 15 def configure(&block) yield self self end |