Class: PathOperation

Inherits:
Object
  • Object
show all
Defined in:
lib/apiobjects.rb

Instance Attribute Summary collapse

Instance Attribute Details

#descriptionObject

Returns the value of attribute description.



85
86
87
# File 'lib/apiobjects.rb', line 85

def description
  @description
end

#infoObject

Returns the value of attribute info.



83
84
85
# File 'lib/apiobjects.rb', line 83

def info
  @info
end

#operationObject

Returns the value of attribute operation.



83
84
85
# File 'lib/apiobjects.rb', line 83

def operation
  @operation
end

#parametersObject

Returns the value of attribute parameters.



83
84
85
# File 'lib/apiobjects.rb', line 83

def parameters
  @parameters
end

#pathObject

Returns the value of attribute path.



83
84
85
# File 'lib/apiobjects.rb', line 83

def path
  @path
end

#securityObject

Returns the value of attribute security.



84
85
86
# File 'lib/apiobjects.rb', line 84

def security
  @security
end

#serversObject

Returns the value of attribute servers.



84
85
86
# File 'lib/apiobjects.rb', line 84

def servers
  @servers
end

#summaryObject

Returns the value of attribute summary.



85
86
87
# File 'lib/apiobjects.rb', line 85

def summary
  @summary
end

#tagsObject

Returns the value of attribute tags.



84
85
86
# File 'lib/apiobjects.rb', line 84

def tags
  @tags
end