Libraries
»
enotas
(0.1.3)
»
Index
»
Enotas
»
EnotasObject
»
#to_json
Method: Enotas::EnotasObject#to_json
Defined in:
lib/enotas/enotas_object.rb
#
to_json
(*a) ⇒
Object
84 85 86
# File 'lib/enotas/enotas_object.rb', line 84
def
to_json
(
*
a
)
JSON
.
generate
(
@values
)
end