Class: MendixBridge::Model::AccessRule
- Inherits:
-
Data
- Object
- Data
- MendixBridge::Model::AccessRule
- Defined in:
- lib/mendix_bridge/model.rb
Instance Attribute Summary collapse
-
#create ⇒ Object
readonly
Returns the value of attribute create.
-
#delete ⇒ Object
readonly
Returns the value of attribute delete.
-
#read ⇒ Object
readonly
Returns the value of attribute read.
-
#role ⇒ Object
readonly
Returns the value of attribute role.
-
#write ⇒ Object
readonly
Returns the value of attribute write.
-
#xpath ⇒ Object
readonly
Returns the value of attribute xpath.
Instance Method Summary collapse
Instance Attribute Details
#create ⇒ Object (readonly)
Returns the value of attribute create
17 18 19 |
# File 'lib/mendix_bridge/model.rb', line 17 def create @create end |
#delete ⇒ Object (readonly)
Returns the value of attribute delete
17 18 19 |
# File 'lib/mendix_bridge/model.rb', line 17 def delete @delete end |
#read ⇒ Object (readonly)
Returns the value of attribute read
17 18 19 |
# File 'lib/mendix_bridge/model.rb', line 17 def read @read end |
#role ⇒ Object (readonly)
Returns the value of attribute role
17 18 19 |
# File 'lib/mendix_bridge/model.rb', line 17 def role @role end |
#write ⇒ Object (readonly)
Returns the value of attribute write
17 18 19 |
# File 'lib/mendix_bridge/model.rb', line 17 def write @write end |
#xpath ⇒ Object (readonly)
Returns the value of attribute xpath
17 18 19 |
# File 'lib/mendix_bridge/model.rb', line 17 def xpath @xpath end |
Instance Method Details
#to_h ⇒ Object
18 19 20 21 22 23 24 25 26 27 |
# File 'lib/mendix_bridge/model.rb', line 18 def to_h { role:, create:, delete:, read:, write:, xpath: }.compact end |