Class: ActWithFlags::Admin::Location
- Inherits:
-
Struct
- Object
- Struct
- ActWithFlags::Admin::Location
- Defined in:
- lib/act_with_flags/flags.rb
Instance Attribute Summary collapse
-
#model ⇒ Object
Returns the value of attribute model.
-
#origin ⇒ Object
Returns the value of attribute origin.
-
#position ⇒ Object
Returns the value of attribute position.
Instance Attribute Details
#model ⇒ Object
Returns the value of attribute model
4 5 6 |
# File 'lib/act_with_flags/flags.rb', line 4 def model @model end |
#origin ⇒ Object
Returns the value of attribute origin
4 5 6 |
# File 'lib/act_with_flags/flags.rb', line 4 def origin @origin end |
#position ⇒ Object
Returns the value of attribute position
4 5 6 |
# File 'lib/act_with_flags/flags.rb', line 4 def position @position end |