Class: Shortcodes::Wufoo::View
- Inherits:
-
Struct
- Object
- Struct
- Shortcodes::Wufoo::View
- Defined in:
- lib/shortcodes/wufoo.rb
Instance Attribute Summary collapse
-
#autoresize ⇒ Object
Returns the value of attribute autoresize.
-
#formhash ⇒ Object
Returns the value of attribute formhash.
-
#header ⇒ Object
Returns the value of attribute header.
-
#height ⇒ Object
Returns the value of attribute height.
-
#ssl ⇒ Object
Returns the value of attribute ssl.
-
#username ⇒ Object
Returns the value of attribute username.
Class Method Summary collapse
Instance Attribute Details
#autoresize ⇒ Object
Returns the value of attribute autoresize
7 8 9 |
# File 'lib/shortcodes/wufoo.rb', line 7 def autoresize @autoresize end |
#formhash ⇒ Object
Returns the value of attribute formhash
7 8 9 |
# File 'lib/shortcodes/wufoo.rb', line 7 def formhash @formhash end |
#header ⇒ Object
Returns the value of attribute header
7 8 9 |
# File 'lib/shortcodes/wufoo.rb', line 7 def header @header end |
#height ⇒ Object
Returns the value of attribute height
7 8 9 |
# File 'lib/shortcodes/wufoo.rb', line 7 def height @height end |
#ssl ⇒ Object
Returns the value of attribute ssl
7 8 9 |
# File 'lib/shortcodes/wufoo.rb', line 7 def ssl @ssl end |
#username ⇒ Object
Returns the value of attribute username
7 8 9 |
# File 'lib/shortcodes/wufoo.rb', line 7 def username @username end |
Class Method Details
.new_with_attributes(attributes) ⇒ Object
8 9 10 |
# File 'lib/shortcodes/wufoo.rb', line 8 def self.new_with_attributes(attributes) new(*attributes.values_at(*members.map(&:to_s))) end |