Class: VcsClient::Action
Instance Attribute Summary collapse
-
#method ⇒ Object
Returns the value of attribute method.
-
#name ⇒ Object
Returns the value of attribute name.
-
#url ⇒ Object
Returns the value of attribute url.
Method Summary
Methods inherited from Basement
Constructor Details
This class inherits a constructor from VcsClient::Basement
Instance Attribute Details
#method ⇒ Object
Returns the value of attribute method.
4 5 6 |
# File 'lib/objects/action.rb', line 4 def method @method end |
#name ⇒ Object
Returns the value of attribute name.
4 5 6 |
# File 'lib/objects/action.rb', line 4 def name @name end |
#url ⇒ Object
Returns the value of attribute url.
4 5 6 |
# File 'lib/objects/action.rb', line 4 def url @url end |