Class: BlazingDocs::OperationTypeModel
- Defined in:
- lib/blazingdocs/models/operation_type_model.rb
Instance Attribute Summary collapse
-
#name ⇒ Object
Returns the value of attribute name.
Method Summary
Methods inherited from BaseModel
Constructor Details
This class inherits a constructor from BlazingDocs::BaseModel
Instance Attribute Details
#name ⇒ Object
Returns the value of attribute name.
5 6 7 |
# File 'lib/blazingdocs/models/operation_type_model.rb', line 5 def name @name end |