Class: Zipmark::Input

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

Instance Attribute Summary collapse

Instance Attribute Details

#nameObject

Returns the value of attribute name.



19
20
21
# File 'lib/zipmark/input.rb', line 19

def name
  @name
end

#placeholderObject

Returns the value of attribute placeholder.



19
20
21
# File 'lib/zipmark/input.rb', line 19

def placeholder
  @placeholder
end

#requiredObject

Returns the value of attribute required.



19
20
21
# File 'lib/zipmark/input.rb', line 19

def required
  @required
end

#typeObject

Returns the value of attribute type.



19
20
21
# File 'lib/zipmark/input.rb', line 19

def type
  @type
end

#valueObject

Returns the value of attribute value.



19
20
21
# File 'lib/zipmark/input.rb', line 19

def value
  @value
end