Class: Struct::MapPoint

Inherits:
Struct
  • Object
show all
Defined in:
lib/ymaps/action_view/html_helper.rb

Direct Known Subclasses

YMaps::ActionView::HtmlHelper::StaticMapPoint

Instance Attribute Summary (collapse)

Instance Attribute Details

- (Object) color

Returns the value of attribute color

Returns:

  • (Object)

    the current value of color



4
5
6
# File 'lib/ymaps/action_view/html_helper.rb', line 4

def color
  @color
end

- (Object) lat

Returns the value of attribute lat

Returns:

  • (Object)

    the current value of lat



4
5
6
# File 'lib/ymaps/action_view/html_helper.rb', line 4

def lat
  @lat
end

- (Object) lng

Returns the value of attribute lng

Returns:

  • (Object)

    the current value of lng



4
5
6
# File 'lib/ymaps/action_view/html_helper.rb', line 4

def lng
  @lng
end

- (Object) number

Returns the value of attribute number

Returns:

  • (Object)

    the current value of number



4
5
6
# File 'lib/ymaps/action_view/html_helper.rb', line 4

def number
  @number
end

- (Object) size

Returns the value of attribute size

Returns:

  • (Object)

    the current value of size



4
5
6
# File 'lib/ymaps/action_view/html_helper.rb', line 4

def size
  @size
end

- (Object) style

Returns the value of attribute style

Returns:

  • (Object)

    the current value of style



4
5
6
# File 'lib/ymaps/action_view/html_helper.rb', line 4

def style
  @style
end