Class: Veto::Configuration
- Inherits:
-
Object
- Object
- Veto::Configuration
- Defined in:
- lib/veto/configuration.rb
Defined Under Namespace
Classes: Message
Instance Attribute Summary collapse
-
#message ⇒ Object
readonly
Returns the value of attribute message.
Instance Method Summary collapse
-
#initialize ⇒ Configuration
constructor
A new instance of Configuration.
Constructor Details
#initialize ⇒ Configuration
Returns a new instance of Configuration.
43 44 45 |
# File 'lib/veto/configuration.rb', line 43 def initialize @message = Message.new end |
Instance Attribute Details
#message ⇒ Object (readonly)
Returns the value of attribute message.
41 42 43 |
# File 'lib/veto/configuration.rb', line 41 def @message end |