Class: VcsClient::Action

Inherits:
Basement show all
Defined in:
lib/objects/action.rb

Instance Attribute Summary collapse

Method Summary

Methods inherited from Basement

#initialize

Constructor Details

This class inherits a constructor from VcsClient::Basement

Instance Attribute Details

#methodObject

Returns the value of attribute method.



4
5
6
# File 'lib/objects/action.rb', line 4

def method
  @method
end

#nameObject

Returns the value of attribute name.



4
5
6
# File 'lib/objects/action.rb', line 4

def name
  @name
end

#urlObject

Returns the value of attribute url.



4
5
6
# File 'lib/objects/action.rb', line 4

def url
  @url
end