Method: Orientdb4r::Property#read_only
- Defined in:
- lib/orientdb4r/rest/model.rb
#read_only ⇒ Object
Gets the ‘read-only’ flag.
103 104 105 |
# File 'lib/orientdb4r/rest/model.rb', line 103 def read_only get_mandatory_attribute :readonly end |