class Preact::ActionLink

Attributes

href[RW]
name[RW]

Public Instance Methods

as_json() click to toggle source
# File lib/preact/objects/action_link.rb, line 6
def as_json
  {
    :name => self.name,
    :href => self.href
  }
end