Class: BlazingDocs::OperationTypeModel

Inherits:
BaseModel
  • Object
show all
Defined in:
lib/blazingdocs/models/operation_type_model.rb

Instance Attribute Summary collapse

Method Summary

Methods inherited from BaseModel

#initialize

Constructor Details

This class inherits a constructor from BlazingDocs::BaseModel

Instance Attribute Details

#nameObject

Returns the value of attribute name.



5
6
7
# File 'lib/blazingdocs/models/operation_type_model.rb', line 5

def name
  @name
end