class Parslet::Atoms::Entity
Public Instance Methods
to_hash()
click to toggle source
# File lib/parslet-export/atoms/entity.rb, line 4 def to_hash { "atom" => "entity", "name" => name, "parslet" => parslet.to_hash } end