Class: Ellipses::Client::Meta::Lock
- Inherits:
-
Struct
- Object
- Struct
- Ellipses::Client::Meta::Lock
- Defined in:
- lib/ellipses/client/meta.rb
Instance Attribute Summary collapse
-
#directive ⇒ Object
Returns the value of attribute directive.
-
#insertion ⇒ Object
Returns the value of attribute insertion.
Class Method Summary collapse
Instance Method Summary collapse
Instance Attribute Details
#directive ⇒ Object
Returns the value of attribute directive
39 40 41 |
# File 'lib/ellipses/client/meta.rb', line 39 def directive @directive end |
#insertion ⇒ Object
Returns the value of attribute insertion
39 40 41 |
# File 'lib/ellipses/client/meta.rb', line 39 def insertion @insertion end |
Class Method Details
Instance Method Details
#to_json(*args) ⇒ Object
40 41 42 |
# File 'lib/ellipses/client/meta.rb', line 40 def to_json(*args) to_h.to_json(*args) end |