Class: AR
- Inherits:
-
Object
- Object
- AR
- Defined in:
- service/objects/vn.rb
Overview
Address Range Model class
Instance Method Summary collapse
-
#to_json(opts = {}) ⇒ Object
Serializer method.
Instance Method Details
#to_json(opts = {}) ⇒ Object
Serializer method
18 19 20 |
# File 'service/objects/vn.rb', line 18 def to_json opts = {} to_hash.to_json opts end |