Class: Zipmark::Action

Inherits:
Object
  • Object
show all
Defined in:
lib/zipmark/action.rb

Instance Attribute Summary collapse

Instance Attribute Details

#acceptsObject

Returns the value of attribute accepts.



3
4
5
# File 'lib/zipmark/action.rb', line 3

def accepts
  @accepts
end

#hrefObject

Returns the value of attribute href.



3
4
5
# File 'lib/zipmark/action.rb', line 3

def href
  @href
end

#inputsObject

Returns the value of attribute inputs.



3
4
5
# File 'lib/zipmark/action.rb', line 3

def inputs
  @inputs
end

#methodObject

Returns the value of attribute method.



3
4
5
# File 'lib/zipmark/action.rb', line 3

def method
  @method
end

#nameObject

Returns the value of attribute name.



3
4
5
# File 'lib/zipmark/action.rb', line 3

def name
  @name
end