Class: NeedRubyGemWizardEvent
- Inherits:
-
ArcadiaSysEvent
- Object
- Event
- ArcadiaEvent
- ArcadiaSysEvent
- NeedRubyGemWizardEvent
- Defined in:
- lib/a-contracts.rb
Defined Under Namespace
Classes: Result
Constant Summary
Constants inherited from Event
Event::FLAG_DEFAULT, Event::FLAG_ERROR
Instance Attribute Summary collapse
-
#extension_name ⇒ Object
Returns the value of attribute extension_name.
-
#gem_events ⇒ Object
Returns the value of attribute gem_events.
-
#gem_max_version ⇒ Object
Returns the value of attribute gem_max_version.
-
#gem_min_version ⇒ Object
Returns the value of attribute gem_min_version.
-
#gem_name ⇒ Object
Returns the value of attribute gem_name.
-
#gem_repository ⇒ Object
Returns the value of attribute gem_repository.
Attributes inherited from Event
#channel, #flag, #parent, #results, #sender, #time
Method Summary
Methods inherited from ArcadiaEvent
Methods inherited from Event
#add_finalize_callback, #add_result, #break, #initialize, #is_breaked?
Constructor Details
This class inherits a constructor from Event
Instance Attribute Details
#extension_name ⇒ Object
Returns the value of attribute extension_name.
73 74 75 |
# File 'lib/a-contracts.rb', line 73 def extension_name @extension_name end |
#gem_events ⇒ Object
Returns the value of attribute gem_events.
78 79 80 |
# File 'lib/a-contracts.rb', line 78 def gem_events @gem_events end |
#gem_max_version ⇒ Object
Returns the value of attribute gem_max_version.
77 78 79 |
# File 'lib/a-contracts.rb', line 77 def gem_max_version @gem_max_version end |
#gem_min_version ⇒ Object
Returns the value of attribute gem_min_version.
76 77 78 |
# File 'lib/a-contracts.rb', line 76 def gem_min_version @gem_min_version end |
#gem_name ⇒ Object
Returns the value of attribute gem_name.
74 75 76 |
# File 'lib/a-contracts.rb', line 74 def gem_name @gem_name end |
#gem_repository ⇒ Object
Returns the value of attribute gem_repository.
75 76 77 |
# File 'lib/a-contracts.rb', line 75 def gem_repository @gem_repository end |