Class: Doubapi::Event

Inherits:
Struct
  • Object
show all
Defined in:
lib/doubapi.rb

Instance Attribute Summary collapse

Method Summary

Methods inherited from Struct

#json, #to_json, #to_map

Instance Attribute Details

#bar_iconObject

Returns the value of attribute bar_icon

Returns:

  • (Object)

    the current value of bar_icon



56
57
58
# File 'lib/doubapi.rb', line 56

def bar_icon
  @bar_icon
end

Returns the value of attribute link

Returns:

  • (Object)

    the current value of link



56
57
58
# File 'lib/doubapi.rb', line 56

def link
  @link
end

#poster_mobileObject

Returns the value of attribute poster_mobile

Returns:

  • (Object)

    the current value of poster_mobile



56
57
58
# File 'lib/doubapi.rb', line 56

def poster_mobile
  @poster_mobile
end

#titleObject

Returns the value of attribute title

Returns:

  • (Object)

    the current value of title



56
57
58
# File 'lib/doubapi.rb', line 56

def title
  @title
end

#whatObject

Returns the value of attribute what

Returns:

  • (Object)

    the current value of what



56
57
58
# File 'lib/doubapi.rb', line 56

def what
  @what
end

#whenObject

Returns the value of attribute when

Returns:

  • (Object)

    the current value of when



56
57
58
# File 'lib/doubapi.rb', line 56

def when
  @when
end

#whereObject

Returns the value of attribute where

Returns:

  • (Object)

    the current value of where



56
57
58
# File 'lib/doubapi.rb', line 56

def where
  @where
end