Class: NeedRubyGemWizardEvent

Inherits:
ArcadiaSysEvent show all
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

Attributes inherited from Event

#channel, #flag, #parent, #results, #sender, #time

Method Summary

Methods inherited from ArcadiaEvent

#go!, #shot!

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_nameObject

Returns the value of attribute extension_name.



73
74
75
# File 'lib/a-contracts.rb', line 73

def extension_name
  @extension_name
end

#gem_eventsObject

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_versionObject

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_versionObject

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_nameObject

Returns the value of attribute gem_name.



74
75
76
# File 'lib/a-contracts.rb', line 74

def gem_name
  @gem_name
end

#gem_repositoryObject

Returns the value of attribute gem_repository.



75
76
77
# File 'lib/a-contracts.rb', line 75

def gem_repository
  @gem_repository
end