Class: Pcrd::Schema::ObjectReader::Grant
- Inherits:
-
Data
- Object
- Data
- Pcrd::Schema::ObjectReader::Grant
- Defined in:
- lib/pcrd/schema/object_reader.rb
Instance Attribute Summary collapse
-
#grantee ⇒ Object
readonly
Returns the value of attribute grantee.
-
#privileges ⇒ Object
readonly
Returns the value of attribute privileges.
Instance Attribute Details
#grantee ⇒ Object (readonly)
Returns the value of attribute grantee
16 17 18 |
# File 'lib/pcrd/schema/object_reader.rb', line 16 def grantee @grantee end |
#privileges ⇒ Object (readonly)
Returns the value of attribute privileges
16 17 18 |
# File 'lib/pcrd/schema/object_reader.rb', line 16 def privileges @privileges end |